Shades of Pale Chestnut #DBA9AD
Tints of Pale Chestnut #DBA9AD
RGB
CMYK
RGB Variations
Color information
#DBA9AD (or 0xDBA9AD) is known color: Pale Chestnut. HEX triplet: DB, A9 and AD. RGB value is (219,169,173). Sum of RGB (Red+Green+Blue) = 219+169+173=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9AD is #245652. Grayscale: #B8B8B8. Windows color (decimal): -2381395 or 11381211. OLE color: 11381211.
HSL color Cylindrical-coordinate representation of color #DBA9AD: hue angle of 355.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9AD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 173 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.14 |
| HSL | 355.2º | 0.41% | 0.76% | - |
| HSV(B) | 355.2º | 0.23% | 0.86% | - |
| XYZ | 50.94 | 46.45 | 45.82 | - |
| YUV | 184.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 173 | 0 | 0.23 | 0.21 | 0.14 | 355.2 | 0.41 | 0.76 |
| Hex | DB | A9 | AD | 0 | 17 | 15 | E | 163 | 29 | 4C |
| Octal | 333 | 251 | 255 | 0 | 27 | 25 | 16 | 543 | 51 | 114 |
| Binary | 11011011 | 10101001 | 10101101 | 0 | 10111 | 10101 | 1110 | 101100011 | 101001 | 1001100 |
Color Harmonies of #DBA9AD
Complementary color
Monochromatic Colors of #DBA9AD
Black with #DBA9AD
Text Example
Text Example
White with #DBA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9AD; }
p { color: rgb(219,169,173); }
H1.HeaderClassName
{
color: #DBA9AD;
}
.AnyTagClassName
{
color: #DBA9AD;
}
</style>
background-color css
<style>
a { background-color: #DBA9AD; }
a { background-color: rgb(219,169,173); }
div.DivClassName
{
background-color: #DBA9AD;
}
.BgClassName
{
background-color: #DBA9AD;
}
</style>
border-color css
<style>
span { border-color: #DBA9AD; }
span { border-color: rgb(219,169,173); }
td.TdClassName
{
border-color: #DBA9AD;
}
.TagClassName
{
border-color: #DBA9AD;
}
</style>