#DBD392
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBD392
Visually, #DBD392 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(219, 211, 146).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 4% magenta, 33% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBD392
RGB219, 211, 146
HSL53.4°, 50.3%, 71.6%
CMYK0%, 4%, 33%, 14%
HSV53.4°, 33.3%, 85.9%
LAB83.8, -6.9, 33.2
XYZ57.7, 63.7, 36.5
Decimal14406546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD392;
}
.text-color {
color: #DBD392;
}
.border-color {
border: 2px solid #DBD392;
}