#CCB65F
A medium, moderate yellow closely aligning with Darkkhaki.
About #CCB65F
At its core, #CCB65F is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 204 parts red, 182 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 11% Magenta, 53% Yellow, and 20% Black. With a hue angle of 47.9 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#CCB65F
RGB204, 182, 95
HSL47.9°, 51.7%, 58.6%
CMYK0%, 11%, 53%, 20%
HSV47.9°, 53.4%, 80.0%
LAB74.3, -3.2, 46.6
XYZ43.7, 47.1, 17.6
Decimal13416031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB65F;
}
.text-color {
color: #CCB65F;
}
.border-color {
border: 2px solid #CCB65F;
}