#CCC550
A medium, moderate yellow closely aligning with Khaki.
About #CCC550
The precise color #CCC550 is an excellent choice for modern design projects. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(204, 197, 80).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCC550
RGB204, 197, 80
HSL56.6°, 54.9%, 55.7%
CMYK0%, 3%, 61%, 20%
HSV56.6°, 60.8%, 80.0%
LAB78.1, -12.1, 57.9
XYZ46.3, 53.3, 15.4
Decimal13419856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.67:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC550;
}
.text-color {
color: #CCC550;
}
.border-color {
border: 2px solid #CCC550;
}