#CCB657
A medium, moderate yellow closely aligning with Darkkhaki.
About #CCB657
Visually, #CCB657 is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. Its digital footprint relies on 204 parts red, 182 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 11% Magenta, 57% Yellow, and 20% Black. With a hue angle of 48.7 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCB657
RGB204, 182, 87
HSL48.7°, 53.4%, 57.1%
CMYK0%, 11%, 57%, 20%
HSV48.7°, 57.4%, 80.0%
LAB74.2, -3.8, 50.4
XYZ43.4, 47.0, 15.8
Decimal13416023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB657;
}
.text-color {
color: #CCB657;
}
.border-color {
border: 2px solid #CCB657;
}