#C5B66D
A light, moderate yellow closely aligning with Darkkhaki.
About #C5B66D
Visually, #C5B66D is defined as a moderate yellow. Designers often compare it to the standard color Darkkhaki. Its digital footprint relies on 197 parts red, 182 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 8% M, 45% Y, and 23% K. The HSL representation is 49.8° hue, 43.1% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5B66D
RGB197, 182, 109
HSL49.8°, 43.1%, 60.0%
CMYK0%, 8%, 45%, 23%
HSV49.8°, 44.7%, 77.3%
LAB73.8, -4.8, 39.0
XYZ42.5, 46.4, 21.2
Decimal12957293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5B66D;
}
.text-color {
color: #C5B66D;
}
.border-color {
border: 2px solid #C5B66D;
}