#DBDB0F
A medium, vivid yellow closely aligning with Yellow.
About #DBDB0F
The precise color #DBDB0F is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 219, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 93% Y, and 14% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBDB0F
RGB219, 219, 15
HSL60.0°, 87.2%, 45.9%
CMYK0%, 0%, 93%, 14%
HSV60.0°, 93.2%, 85.9%
LAB84.9, -19.1, 82.9
XYZ54.6, 65.8, 10.3
Decimal14408463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.15:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB0F;
}
.text-color {
color: #DBDB0F;
}
.border-color {
border: 2px solid #DBDB0F;
}