Shades of Pale Chestnut #DBA7AF
Tints of Pale Chestnut #DBA7AF
RGB
CMYK
RGB Variations
Color information
#DBA7AF (or 0xDBA7AF) is known color: Pale Chestnut. HEX triplet: DB, A7 and AF. RGB value is (219,167,175). Sum of RGB (Red+Green+Blue) = 219+167+175=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7AF is #245850. Grayscale: #B7B7B7. Windows color (decimal): -2381905 or 11511771. OLE color: 11511771.
HSL color Cylindrical-coordinate representation of color #DBA7AF: hue angle of 350.77º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7AF is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 175 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.14 |
| HSL | 350.77º | 0.42% | 0.76% | - |
| HSV(B) | 350.77º | 0.24% | 0.86% | - |
| XYZ | 50.77 | 45.79 | 46.72 | - |
| YUV | 183.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 175 | 0 | 0.24 | 0.20 | 0.14 | 350.77 | 0.42 | 0.76 |
| Hex | DB | A7 | AF | 0 | 18 | 14 | E | 15F | 2A | 4C |
| Octal | 333 | 247 | 257 | 0 | 30 | 24 | 16 | 537 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10101111 | 0 | 11000 | 10100 | 1110 | 101011111 | 101010 | 1001100 |
Color Harmonies of #DBA7AF
Complementary color
Monochromatic Colors of #DBA7AF
Black with #DBA7AF
Text Example
Text Example
White with #DBA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7AF; }
p { color: rgb(219,167,175); }
H1.HeaderClassName
{
color: #DBA7AF;
}
.AnyTagClassName
{
color: #DBA7AF;
}
</style>
background-color css
<style>
a { background-color: #DBA7AF; }
a { background-color: rgb(219,167,175); }
div.DivClassName
{
background-color: #DBA7AF;
}
.BgClassName
{
background-color: #DBA7AF;
}
</style>
border-color css
<style>
span { border-color: #DBA7AF; }
span { border-color: rgb(219,167,175); }
td.TdClassName
{
border-color: #DBA7AF;
}
.TagClassName
{
border-color: #DBA7AF;
}
</style>