#CCB66D
A light, moderate yellow closely aligning with Darkkhaki.
About #CCB66D
The precise color #CCB66D is an excellent choice for modern design projects. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(204, 182, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 11% Magenta, 47% Yellow, and 20% Black. The HSL representation is 46.1° hue, 48.2% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCB66D
RGB204, 182, 109
HSL46.1°, 48.2%, 61.4%
CMYK0%, 11%, 47%, 20%
HSV46.1°, 46.6%, 80.0%
LAB74.4, -1.9, 39.9
XYZ44.4, 47.4, 21.3
Decimal13416045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB66D;
}
.text-color {
color: #CCB66D;
}
.border-color {
border: 2px solid #CCB66D;
}