Shades of Pale Chestnut #DCAAAB
Tints of Pale Chestnut #DCAAAB
RGB
CMYK
RGB Variations
Color information
#DCAAAB (or 0xDCAAAB) is known color: Pale Chestnut. HEX triplet: DC, AA and AB. RGB value is (220,170,171). Sum of RGB (Red+Green+Blue) = 220+170+171=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAB is #235554. Grayscale: #B9B9B9. Windows color (decimal): -2315605 or 11250396. OLE color: 11250396.
HSL color Cylindrical-coordinate representation of color #DCAAAB: hue angle of 358.8º degrees, saturation: 0.42, 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 #DCAAAB is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 171 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.14 |
| HSL | 358.8º | 0.42% | 0.76% | - |
| HSV(B) | 358.8º | 0.23% | 0.86% | - |
| XYZ | 51.24 | 46.91 | 44.88 | - |
| YUV | 185.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 171 | 0 | 0.23 | 0.22 | 0.14 | 358.8 | 0.42 | 0.76 |
| Hex | DC | AA | AB | 0 | 17 | 16 | E | 167 | 2A | 4C |
| Octal | 334 | 252 | 253 | 0 | 27 | 26 | 16 | 547 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10101011 | 0 | 10111 | 10110 | 1110 | 101100111 | 101010 | 1001100 |
Color Harmonies of #DCAAAB
Complementary color
Monochromatic Colors of #DCAAAB
Black with #DCAAAB
Text Example
Text Example
White with #DCAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAAB; }
p { color: rgb(220,170,171); }
H1.HeaderClassName
{
color: #DCAAAB;
}
.AnyTagClassName
{
color: #DCAAAB;
}
</style>
background-color css
<style>
a { background-color: #DCAAAB; }
a { background-color: rgb(220,170,171); }
div.DivClassName
{
background-color: #DCAAAB;
}
.BgClassName
{
background-color: #DCAAAB;
}
</style>
border-color css
<style>
span { border-color: #DCAAAB; }
span { border-color: rgb(220,170,171); }
td.TdClassName
{
border-color: #DCAAAB;
}
.TagClassName
{
border-color: #DCAAAB;
}
</style>