Burly Wood (Brown)
#DEC99D
RGB: 222, 201, 157
Color OverviewHEX #DEC99D
#DEC99D Color Code Information
In the RGB color space, #DEC99D is composed of 87% red, 79% green, and 62% blue. In the HSL color space, it has a hue of 41°, saturation of 50%, and lightness of 74%.
HEX
#DEC99D
RGB
222, 201, 157
HSL
41°, 50%, 74%
HSV
41°, 29%, 87%
CMYK
0%, 9%, 29%, 13%
Name Match
Burly Wood
Closest StandardShades of #DEC99D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DEC99D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DEC99D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DEC99D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DEC99D Background
Contrast Ratio against Pure White (#FFFFFF):1.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DEC99D Background
Contrast Ratio against Pure Black (#000000):12.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DEC99D;
}
.element {
color: #DEC99D;
background-color: #DEC99D;
border-color: #DEC99D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DEC99D] text-[#DEC99D] border-[#DEC99D]"> Content styled with #DEC99D </div>