#DBA099
A light, moderate red closely aligning with Rosybrown.
About #DBA099
The hex code #DBA099 represents a beautifully specific shade of red. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(219, 160, 153).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 27% magenta, 30% yellow, and 14% black. With a hue angle of 6.4 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBA099
RGB219, 160, 153
HSL6.4°, 47.8%, 72.9%
CMYK0%, 27%, 30%, 14%
HSV6.4°, 30.1%, 85.9%
LAB71.2, 21.0, 12.3
XYZ47.5, 42.5, 35.8
Decimal14393497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.50:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA099;
}
.text-color {
color: #DBA099;
}
.border-color {
border: 2px solid #DBA099;
}