Shades of Pale Chestnut #DBA9AC
Tints of Pale Chestnut #DBA9AC
RGB
CMYK
RGB Variations
Color information
#DBA9AC (or 0xDBA9AC) is known color: Pale Chestnut. HEX triplet: DB, A9 and AC. RGB value is (219,169,172). Sum of RGB (Red+Green+Blue) = 219+169+172=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9AC is #245653. Grayscale: #B8B8B8. Windows color (decimal): -2381396 or 11315675. OLE color: 11315675.
HSL color Cylindrical-coordinate representation of color #DBA9AC: hue angle of 356.4º 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 #DBA9AC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 172 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.14 |
| HSL | 356.4º | 0.41% | 0.76% | - |
| HSV(B) | 356.4º | 0.23% | 0.86% | - |
| XYZ | 50.85 | 46.41 | 45.31 | - |
| YUV | 184.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 172 | 0 | 0.23 | 0.21 | 0.14 | 356.4 | 0.41 | 0.76 |
| Hex | DB | A9 | AC | 0 | 17 | 15 | E | 164 | 29 | 4C |
| Octal | 333 | 251 | 254 | 0 | 27 | 25 | 16 | 544 | 51 | 114 |
| Binary | 11011011 | 10101001 | 10101100 | 0 | 10111 | 10101 | 1110 | 101100100 | 101001 | 1001100 |
Color Harmonies of #DBA9AC
Complementary color
Monochromatic Colors of #DBA9AC
Black with #DBA9AC
Text Example
Text Example
White with #DBA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9AC; }
p { color: rgb(219,169,172); }
H1.HeaderClassName
{
color: #DBA9AC;
}
.AnyTagClassName
{
color: #DBA9AC;
}
</style>
background-color css
<style>
a { background-color: #DBA9AC; }
a { background-color: rgb(219,169,172); }
div.DivClassName
{
background-color: #DBA9AC;
}
.BgClassName
{
background-color: #DBA9AC;
}
</style>
border-color css
<style>
span { border-color: #DBA9AC; }
span { border-color: rgb(219,169,172); }
td.TdClassName
{
border-color: #DBA9AC;
}
.TagClassName
{
border-color: #DBA9AC;
}
</style>