#DBB607
A medium, vivid yellow closely aligning with Goldenrod.
About #DBB607
Visually, #DBB607 is defined as a vivid yellow. Designers often compare it to the standard color Goldenrod. In the RGB color space, it consists of 219 red, 182 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 17% magenta, 97% yellow, and 14% black. With a hue angle of 49.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBB607
RGB219, 182, 7
HSL49.5°, 93.8%, 44.3%
CMYK0%, 17%, 97%, 14%
HSV49.5°, 96.8%, 85.9%
LAB75.2, -0.4, 76.5
XYZ46.0, 48.5, 7.1
Decimal14398983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.71:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBB607;
}
.text-color {
color: #DBB607;
}
.border-color {
border: 2px solid #DBB607;
}