#DBD349
A medium, moderate yellow closely aligning with Khaki.
About #DBD349
The hex code #DBD349 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 211, and 73.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 4% M, 67% Y, and 14% K. With a hue angle of 56.7 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBD349
RGB219, 211, 73
HSL56.7°, 67.0%, 57.3%
CMYK0%, 4%, 67%, 14%
HSV56.7°, 66.7%, 85.9%
LAB83.0, -13.3, 66.3
XYZ53.7, 62.1, 15.5
Decimal14406473
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.43:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD349;
}
.text-color {
color: #DBD349;
}
.border-color {
border: 2px solid #DBD349;
}