#CCB61D
A medium, vivid yellow closely aligning with Goldenrod.
About #CCB61D
At its core, #CCB61D is a medium and vivid hue. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(204, 182, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 11% Magenta, 86% Yellow, and 20% Black. The HSL representation is 52.5° hue, 75.1% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCB61D
RGB204, 182, 29
HSL52.5°, 75.1%, 45.7%
CMYK0%, 11%, 86%, 20%
HSV52.5°, 85.8%, 80.0%
LAB73.8, -6.6, 71.4
XYZ41.9, 46.4, 7.9
Decimal13415965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.28:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB61D;
}
.text-color {
color: #CCB61D;
}
.border-color {
border: 2px solid #CCB61D;
}