#DBC507
A medium, vivid yellow closely aligning with Gold.
About #DBC507
When working with digital screens, the color #DBC507 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 219 red, 197 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 10% Magenta, 97% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBC507
RGB219, 197, 7
HSL53.8°, 93.8%, 44.3%
CMYK0%, 10%, 97%, 14%
HSV53.8°, 96.8%, 85.9%
LAB79.0, -8.2, 79.3
XYZ49.2, 55.0, 8.2
Decimal14402823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC507;
}
.text-color {
color: #DBC507;
}
.border-color {
border: 2px solid #DBC507;
}