Shades of Pale Chestnut #DBA8AF
Tints of Pale Chestnut #DBA8AF
RGB
CMYK
RGB Variations
Color information
#DBA8AF (or 0xDBA8AF) is known color: Pale Chestnut. HEX triplet: DB, A8 and AF. RGB value is (219,168,175). Sum of RGB (Red+Green+Blue) = 219+168+175=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AF is #245750. Grayscale: #B8B8B8. Windows color (decimal): -2381649 or 11512027. OLE color: 11512027.
HSL color Cylindrical-coordinate representation of color #DBA8AF: hue angle of 351.76º 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 #DBA8AF is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 175 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.14 |
| HSL | 351.76º | 0.41% | 0.76% | - |
| HSV(B) | 351.76º | 0.23% | 0.86% | - |
| XYZ | 50.95 | 46.16 | 46.78 | - |
| YUV | 184.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 175 | 0 | 0.23 | 0.20 | 0.14 | 351.76 | 0.41 | 0.76 |
| Hex | DB | A8 | AF | 0 | 17 | 14 | E | 160 | 29 | 4C |
| Octal | 333 | 250 | 257 | 0 | 27 | 24 | 16 | 540 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10101111 | 0 | 10111 | 10100 | 1110 | 101100000 | 101001 | 1001100 |
Color Harmonies of #DBA8AF
Complementary color
Monochromatic Colors of #DBA8AF
Black with #DBA8AF
Text Example
Text Example
White with #DBA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8AF; }
p { color: rgb(219,168,175); }
H1.HeaderClassName
{
color: #DBA8AF;
}
.AnyTagClassName
{
color: #DBA8AF;
}
</style>
background-color css
<style>
a { background-color: #DBA8AF; }
a { background-color: rgb(219,168,175); }
div.DivClassName
{
background-color: #DBA8AF;
}
.BgClassName
{
background-color: #DBA8AF;
}
</style>
border-color css
<style>
span { border-color: #DBA8AF; }
span { border-color: rgb(219,168,175); }
td.TdClassName
{
border-color: #DBA8AF;
}
.TagClassName
{
border-color: #DBA8AF;
}
</style>