Shades of Pale Chestnut #DBA2AC
Tints of Pale Chestnut #DBA2AC
RGB
CMYK
RGB Variations
Color information
#DBA2AC (or 0xDBA2AC) is known color: Pale Chestnut. HEX triplet: DB, A2 and AC. RGB value is (219,162,172). Sum of RGB (Red+Green+Blue) = 219+162+172=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AC is #245D53. Grayscale: #B4B4B4. Windows color (decimal): -2383188 or 11313883. OLE color: 11313883.
HSL color Cylindrical-coordinate representation of color #DBA2AC: hue angle of 349.47º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2AC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 172 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.14 |
| HSL | 349.47º | 0.44% | 0.75% | - |
| HSV(B) | 349.47º | 0.26% | 0.86% | - |
| XYZ | 49.58 | 43.88 | 44.89 | - |
| YUV | 180.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 172 | 0 | 0.26 | 0.21 | 0.14 | 349.47 | 0.44 | 0.75 |
| Hex | DB | A2 | AC | 0 | 1A | 15 | E | 15D | 2C | 4B |
| Octal | 333 | 242 | 254 | 0 | 32 | 25 | 16 | 535 | 54 | 113 |
| Binary | 11011011 | 10100010 | 10101100 | 0 | 11010 | 10101 | 1110 | 101011101 | 101100 | 1001011 |
Color Harmonies of #DBA2AC
Complementary color
Monochromatic Colors of #DBA2AC
Black with #DBA2AC
Text Example
Text Example
White with #DBA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2AC; }
p { color: rgb(219,162,172); }
H1.HeaderClassName
{
color: #DBA2AC;
}
.AnyTagClassName
{
color: #DBA2AC;
}
</style>
background-color css
<style>
a { background-color: #DBA2AC; }
a { background-color: rgb(219,162,172); }
div.DivClassName
{
background-color: #DBA2AC;
}
.BgClassName
{
background-color: #DBA2AC;
}
</style>
border-color css
<style>
span { border-color: #DBA2AC; }
span { border-color: rgb(219,162,172); }
td.TdClassName
{
border-color: #DBA2AC;
}
.TagClassName
{
border-color: #DBA2AC;
}
</style>