Burly Wood (Brown)
#CDC774
RGB: 205, 199, 116
Color OverviewHEX #CDC774

#CDC774 Color Code Information

In the RGB color space, #CDC774 is composed of 80% red, 78% green, and 45% blue. In the HSL color space, it has a hue of 56°, saturation of 47%, and lightness of 63%.

HEX
#CDC774
RGB
205, 199, 116
HSL
56°, 47%, 63%
HSV
56°, 43%, 80%
CMYK
0%, 3%, 43%, 20%
Name Match
Burly Wood
Closest Standard

Shades of #CDC774 (Darker Variations)

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

Tints of #CDC774 (Lighter Variations)

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

Tones of #CDC774 (Muted Variations)

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

Color Harmonies for #CDC774

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 #CDC774 Background
Contrast Ratio against Pure White (#FFFFFF):1.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CDC774 Background
Contrast Ratio against Pure Black (#000000):12.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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