#CCB60F
A medium, vivid yellow closely aligning with Goldenrod.
About #CCB60F
Visually, #CCB60F is defined as a vivid yellow. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 204 red, 182 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 11% magenta, 93% yellow, and 20% black. The HSL representation is 53.0° hue, 86.3% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. 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#CCB60F
RGB204, 182, 15
HSL53.0°, 86.3%, 42.9%
CMYK0%, 11%, 93%, 20%
HSV53.0°, 92.6%, 80.0%
LAB73.8, -6.9, 73.9
XYZ41.7, 46.3, 7.2
Decimal13415951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB60F;
}
.text-color {
color: #CCB60F;
}
.border-color {
border: 2px solid #CCB60F;
}