#CCC533
A medium, moderate yellow closely aligning with Goldenrod.
About #CCC533
When working with digital screens, the color #CCC533 is rendered by mixing light. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 204 red, 197 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 3% Magenta, 75% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCC533
RGB204, 197, 51
HSL57.3°, 60.0%, 50.0%
CMYK0%, 3%, 75%, 20%
HSV57.3°, 75.0%, 80.0%
LAB77.9, -13.6, 68.8
XYZ45.5, 53.0, 11.0
Decimal13419827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.60:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC533;
}
.text-color {
color: #CCC533;
}
.border-color {
border: 2px solid #CCC533;
}