#CCBD6D
A light, moderate yellow closely aligning with Darkkhaki.
About #CCBD6D
At its core, #CCBD6D is a light and moderate hue. It is closely associated with the named CSS color Darkkhaki. Its digital footprint relies on 204 parts red, 189 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 7% magenta, 47% 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. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCBD6D
RGB204, 189, 109
HSL50.5°, 48.2%, 61.4%
CMYK0%, 7%, 47%, 20%
HSV50.5°, 46.6%, 80.0%
LAB76.3, -5.6, 42.2
XYZ45.9, 50.3, 21.8
Decimal13417837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCBD6D;
}
.text-color {
color: #CCBD6D;
}
.border-color {
border: 2px solid #CCBD6D;
}