#DBCC6D
A light, moderate yellow closely aligning with Khaki.
About #DBCC6D
At its core, #DBCC6D is a light and moderate hue. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(219, 204, 109).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCC6D
RGB219, 204, 109
HSL51.8°, 60.4%, 64.3%
CMYK0%, 7%, 50%, 14%
HSV51.8°, 50.2%, 85.9%
LAB81.5, -7.2, 48.8
XYZ53.6, 59.3, 23.1
Decimal14404717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.87:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC6D;
}
.text-color {
color: #DBCC6D;
}
.border-color {
border: 2px solid #DBCC6D;
}