#CCC57C
A light, moderate yellow closely aligning with Darkkhaki.
About #CCC57C
Visually, #CCC57C is defined as a moderate yellow. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(204, 197, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 3% M, 39% Y, and 20% K. The HSL representation is 54.7° hue, 44.0% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCC57C
RGB204, 197, 124
HSL54.7°, 44.0%, 64.3%
CMYK0%, 3%, 39%, 20%
HSV54.7°, 39.2%, 80.0%
LAB78.6, -8.2, 37.5
XYZ48.5, 54.2, 27.0
Decimal13419900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.85:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC57C;
}
.text-color {
color: #CCC57C;
}
.border-color {
border: 2px solid #CCC57C;
}