#DBC50F
A medium, vivid yellow closely aligning with Gold.
About #DBC50F
The precise color #DBC50F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Gold. This translates to an RGB value of rgb(219, 197, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 10% Magenta, 93% Yellow, and 14% Black. The HSL representation is 53.5° hue, 87.2% saturation, and 45.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBC50F
RGB219, 197, 15
HSL53.5°, 87.2%, 45.9%
CMYK0%, 10%, 93%, 14%
HSV53.5°, 93.2%, 85.9%
LAB79.1, -8.1, 78.5
XYZ49.3, 55.0, 8.5
Decimal14402831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.01:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC50F;
}
.text-color {
color: #DBC50F;
}
.border-color {
border: 2px solid #DBC50F;
}