#D3A099
A light, moderate red closely aligning with Rosybrown.
About #D3A099
At its core, #D3A099 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 211 parts red, 160 parts green, and 153 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 24% M, 27% Y, and 17% K. With a hue angle of 7.2 degrees, it sits comfortably in the red spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3A099
RGB211, 160, 153
HSL7.2°, 39.7%, 71.4%
CMYK0%, 24%, 27%, 17%
HSV7.2°, 27.5%, 82.7%
LAB70.4, 17.9, 11.0
XYZ45.2, 41.3, 35.7
Decimal13869209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A099;
}
.text-color {
color: #D3A099;
}
.border-color {
border: 2px solid #D3A099;
}