#D3C5AF
A light, muted orange closely aligning with Silver.
About #D3C5AF
The precise color #D3C5AF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Silver. Its digital footprint relies on 211 parts red, 197 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. With a hue angle of 36.7 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3C5AF
RGB211, 197, 175
HSL36.7°, 29.0%, 75.7%
CMYK0%, 7%, 17%, 17%
HSV36.7°, 17.1%, 82.7%
LAB80.1, 1.3, 12.8
XYZ54.6, 56.9, 48.7
Decimal13878703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.38:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5AF;
}
.text-color {
color: #D3C5AF;
}
.border-color {
border: 2px solid #D3C5AF;
}