#DBCC07
A medium, vivid yellow closely aligning with Gold.
About #DBCC07
Visually, #DBCC07 is defined as a vivid yellow. Its closest recognized web color is Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 7% Magenta, 97% Yellow, and 14% Black. With a hue angle of 55.8 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCC07
RGB219, 204, 7
HSL55.8°, 93.8%, 44.3%
CMYK0%, 7%, 97%, 14%
HSV55.8°, 96.8%, 85.9%
LAB80.9, -11.7, 80.7
XYZ50.8, 58.3, 8.8
Decimal14404615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC07;
}
.text-color {
color: #DBCC07;
}
.border-color {
border: 2px solid #DBCC07;
}