#CCC592
A light, moderate yellow closely aligning with Tan.
About #CCC592
The hex code #CCC592 represents a beautifully specific shade of yellow. Its closest recognized web color is Tan. Its digital footprint relies on 204 parts red, 197 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 3% magenta, 28% yellow, and 20% black. With a hue angle of 52.8 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#CCC592
RGB204, 197, 146
HSL52.8°, 36.3%, 68.6%
CMYK0%, 3%, 28%, 20%
HSV52.8°, 28.4%, 80.0%
LAB79.0, -5.5, 26.5
XYZ50.1, 54.8, 35.1
Decimal13419922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.97:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC592;
}
.text-color {
color: #CCC592;
}
.border-color {
border: 2px solid #CCC592;
}