Shades of Pale Chestnut #DB9FA0
Tints of Pale Chestnut #DB9FA0
RGB
CMYK
RGB Variations
Color information
#DB9FA0 (or 0xDB9FA0) is known color: Pale Chestnut. HEX triplet: DB, 9F and A0. RGB value is (219,159,160). Sum of RGB (Red+Green+Blue) = 219+159+160=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA0 is #24605F. Grayscale: #B1B1B1. Windows color (decimal): -2383968 or 10526683. OLE color: 10526683.
HSL color Cylindrical-coordinate representation of color #DB9FA0: hue angle of 359º 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 #DB9FA0 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 160 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.14 |
| HSL | 359º | 0.45% | 0.74% | - |
| HSV(B) | 359º | 0.27% | 0.86% | - |
| XYZ | 47.96 | 42.39 | 38.91 | - |
| YUV | 177.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 160 | 0 | 0.27 | 0.27 | 0.14 | 359 | 0.45 | 0.74 |
| Hex | DB | 9F | A0 | 0 | 1B | 1B | E | 167 | 2D | 4A |
| Octal | 333 | 237 | 240 | 0 | 33 | 33 | 16 | 547 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10100000 | 0 | 11011 | 11011 | 1110 | 101100111 | 101101 | 1001010 |
Color Harmonies of #DB9FA0
Complementary color
Monochromatic Colors of #DB9FA0
Black with #DB9FA0
Text Example
Text Example
White with #DB9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA0; }
p { color: rgb(219,159,160); }
H1.HeaderClassName
{
color: #DB9FA0;
}
.AnyTagClassName
{
color: #DB9FA0;
}
</style>
background-color css
<style>
a { background-color: #DB9FA0; }
a { background-color: rgb(219,159,160); }
div.DivClassName
{
background-color: #DB9FA0;
}
.BgClassName
{
background-color: #DB9FA0;
}
</style>
border-color css
<style>
span { border-color: #DB9FA0; }
span { border-color: rgb(219,159,160); }
td.TdClassName
{
border-color: #DB9FA0;
}
.TagClassName
{
border-color: #DB9FA0;
}
</style>