#D3B60F
A medium, vivid yellow closely aligning with Goldenrod.
About #D3B60F
Visually, #D3B60F is defined as a vivid yellow. Its closest recognized web color is Goldenrod. Its digital footprint relies on 211 parts red, 182 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 93% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#D3B60F
RGB211, 182, 15
HSL51.1°, 86.7%, 44.3%
CMYK0%, 14%, 93%, 17%
HSV51.1°, 92.9%, 82.7%
LAB74.4, -3.8, 74.7
XYZ43.7, 47.3, 7.3
Decimal13874703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B60F;
}
.text-color {
color: #D3B60F;
}
.border-color {
border: 2px solid #D3B60F;
}