#D3B6A0
A light, moderate orange closely aligning with Tan.
About #D3B6A0
Visually, #D3B6A0 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 182, and 160.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 14% Magenta, 24% 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. Because it is a light 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#D3B6A0
RGB211, 182, 160
HSL25.9°, 36.7%, 72.7%
CMYK0%, 14%, 24%, 17%
HSV25.9°, 24.2%, 82.7%
LAB76.0, 7.0, 15.0
XYZ49.9, 49.8, 40.2
Decimal13874848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.97:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B6A0;
}
.text-color {
color: #D3B6A0;
}
.border-color {
border: 2px solid #D3B6A0;
}