#DBD366
A light, moderate yellow closely aligning with Khaki.
About #DBD366
At its core, #DBD366 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(219, 211, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 4% magenta, 53% yellow, and 14% black. With a hue angle of 55.9 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBD366
RGB219, 211, 102
HSL55.9°, 61.9%, 62.9%
CMYK0%, 4%, 53%, 14%
HSV55.9°, 53.4%, 85.9%
LAB83.2, -11.3, 54.2
XYZ54.9, 62.6, 21.8
Decimal14406502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD366;
}
.text-color {
color: #DBD366;
}
.border-color {
border: 2px solid #DBD366;
}