Shades of Pale Chestnut #DB9FA1
Tints of Pale Chestnut #DB9FA1
RGB
CMYK
RGB Variations
Color information
#DB9FA1 (or 0xDB9FA1) is known color: Pale Chestnut. HEX triplet: DB, 9F and A1. RGB value is (219,159,161). Sum of RGB (Red+Green+Blue) = 219+159+161=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA1 is #24605E. Grayscale: #B1B1B1. Windows color (decimal): -2383967 or 10592219. OLE color: 10592219.
HSL color Cylindrical-coordinate representation of color #DB9FA1: hue angle of 358º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FA1 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 161 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.14 |
| HSL | 358º | 0.45% | 0.74% | - |
| HSV(B) | 358º | 0.27% | 0.86% | - |
| XYZ | 48.04 | 42.43 | 39.38 | - |
| YUV | 177.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 161 | 0 | 0.27 | 0.26 | 0.14 | 358 | 0.45 | 0.74 |
| Hex | DB | 9F | A1 | 0 | 1B | 1A | E | 166 | 2D | 4A |
| Octal | 333 | 237 | 241 | 0 | 33 | 32 | 16 | 546 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10100001 | 0 | 11011 | 11010 | 1110 | 101100110 | 101101 | 1001010 |
Color Harmonies of #DB9FA1
Complementary color
Monochromatic Colors of #DB9FA1
Black with #DB9FA1
Text Example
Text Example
White with #DB9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA1; }
p { color: rgb(219,159,161); }
H1.HeaderClassName
{
color: #DB9FA1;
}
.AnyTagClassName
{
color: #DB9FA1;
}
</style>
background-color css
<style>
a { background-color: #DB9FA1; }
a { background-color: rgb(219,159,161); }
div.DivClassName
{
background-color: #DB9FA1;
}
.BgClassName
{
background-color: #DB9FA1;
}
</style>
border-color css
<style>
span { border-color: #DB9FA1; }
span { border-color: rgb(219,159,161); }
td.TdClassName
{
border-color: #DB9FA1;
}
.TagClassName
{
border-color: #DB9FA1;
}
</style>