Chocolate (Brown)
#DD5D1B
RGB: 221, 93, 27
Color OverviewHEX #DD5D1B

#DD5D1B Color Code Information

In the RGB color space, #DD5D1B is composed of 87% red, 36% green, and 11% blue. In the HSL color space, it has a hue of 20°, saturation of 78%, and lightness of 49%.

HEX
#DD5D1B
RGB
221, 93, 27
HSL
20°, 78%, 49%
HSV
20°, 88%, 87%
CMYK
0%, 58%, 88%, 13%
Name Match
Chocolate
Closest Standard

Shades of #DD5D1B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #DD5D1B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #DD5D1B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #DD5D1B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #DD5D1B Background
Contrast Ratio against Pure White (#FFFFFF):3.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DD5D1B Background
Contrast Ratio against Pure Black (#000000):5.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #DD5D1B;
}

.element {
  color: #DD5D1B;
  background-color: #DD5D1B;
  border-color: #DD5D1B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#DD5D1B] text-[#DD5D1B] border-[#DD5D1B]">
  Content styled with #DD5D1B
</div>