#D3C50F
A medium, vivid yellow closely aligning with Gold.
About #D3C50F
Visually, #D3C50F is defined as a vivid yellow. Designers often compare it to the standard color Gold. In the RGB color space, it consists of 211 red, 197 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 7% magenta, 93% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3C50F
RGB211, 197, 15
HSL55.7°, 86.7%, 44.3%
CMYK0%, 7%, 93%, 17%
HSV55.7°, 92.9%, 82.7%
LAB78.4, -11.5, 77.7
XYZ46.9, 53.8, 8.4
Decimal13878543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.76:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
10.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C50F;
}
.text-color {
color: #D3C50F;
}
.border-color {
border: 2px solid #D3C50F;
}