#CCCC99
A light, moderate yellow closely aligning with Palegoldenrod.
About #CCCC99
When working with digital screens, the color #CCCC99 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(204, 204, 153).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCCC99
RGB204, 204, 153
HSL60.0°, 33.3%, 70.0%
CMYK0%, 0%, 25%, 20%
HSV60.0°, 25.0%, 80.0%
LAB80.9, -8.2, 25.5
XYZ52.2, 58.3, 38.6
Decimal13421721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.66:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCCC99;
}
.text-color {
color: #CCCC99;
}
.border-color {
border: 2px solid #CCCC99;
}