#CCBD16
A medium, vivid yellow closely aligning with Gold.
About #CCBD16
The hex code #CCBD16 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Gold. This translates to an RGB value of rgb(204, 189, 22).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 7% magenta, 89% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#CCBD16
RGB204, 189, 22
HSL55.1°, 80.5%, 44.3%
CMYK0%, 7%, 89%, 20%
HSV55.1°, 89.2%, 80.0%
LAB75.6, -10.4, 74.2
XYZ43.2, 49.3, 8.0
Decimal13417750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.86:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD16;
}
.text-color {
color: #CCBD16;
}
.border-color {
border: 2px solid #CCBD16;
}