Burly Wood (Brown)
#D4C86E
RGB: 212, 200, 110
Color OverviewHEX #D4C86E
#D4C86E Color Code Information
In the RGB color space, #D4C86E is composed of 83% red, 78% green, and 43% blue. In the HSL color space, it has a hue of 53°, saturation of 54%, and lightness of 63%.
HEX
#D4C86E
RGB
212, 200, 110
HSL
53°, 54%, 63%
HSV
53°, 48%, 83%
CMYK
0%, 6%, 48%, 17%
Name Match
Burly Wood
Closest StandardShades of #D4C86E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D4C86E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D4C86E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D4C86E
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 #D4C86E Background
Contrast Ratio against Pure White (#FFFFFF):1.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D4C86E Background
Contrast Ratio against Pure Black (#000000):12.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D4C86E;
}
.element {
color: #D4C86E;
background-color: #D4C86E;
border-color: #D4C86E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D4C86E] text-[#D4C86E] border-[#D4C86E]"> Content styled with #D4C86E </div>