#DBDB99
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBDB99
Visually, #DBDB99 is defined as a moderate yellow. Designers often compare it to the standard color Palegoldenrod. This translates to an RGB value of rgb(219, 219, 153).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 30% yellow, and 14% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBDB99
RGB219, 219, 153
HSL60.0°, 47.8%, 72.9%
CMYK0%, 0%, 30%, 14%
HSV60.0°, 30.1%, 85.9%
LAB86.0, -10.1, 32.5
XYZ60.3, 68.0, 40.1
Decimal14408601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB99;
}
.text-color {
color: #DBDB99;
}
.border-color {
border: 2px solid #DBDB99;
}