#CCBD75
A light, moderate yellow closely aligning with Darkkhaki.
About #CCBD75
At its core, #CCBD75 is a light and moderate hue. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 204 red, 189 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 7% Magenta, 43% Yellow, and 20% Black. With a hue angle of 49.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#CCBD75
RGB204, 189, 117
HSL49.7°, 46.0%, 62.9%
CMYK0%, 7%, 43%, 20%
HSV49.7°, 42.6%, 80.0%
LAB76.4, -4.8, 38.2
XYZ46.3, 50.5, 24.1
Decimal13417845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.10:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD75;
}
.text-color {
color: #CCBD75;
}
.border-color {
border: 2px solid #CCBD75;
}