Shades of Pale Chestnut #DCAAB0
Tints of Pale Chestnut #DCAAB0
RGB
CMYK
RGB Variations
Color information
#DCAAB0 (or 0xDCAAB0) is known color: Pale Chestnut. HEX triplet: DC, AA and B0. RGB value is (220,170,176). Sum of RGB (Red+Green+Blue) = 220+170+176=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAB0 is #23554F. Grayscale: #B9B9B9. Windows color (decimal): -2315600 or 11578076. OLE color: 11578076.
HSL color Cylindrical-coordinate representation of color #DCAAB0: hue angle of 352.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 #DCAAB0 is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 176 | - |
| CMYK | 0 | 0.23 | 0.2 | 0.14 |
| HSL | 352.8º | 0.42% | 0.76% | - |
| HSV(B) | 352.8º | 0.23% | 0.86% | - |
| XYZ | 51.73 | 47.1 | 47.44 | - |
| YUV | 185.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 176 | 0 | 0.23 | 0.2 | 0.14 | 352.8 | 0.42 | 0.76 |
| Hex | DC | AA | B0 | 0 | 17 | 14 | E | 161 | 2A | 4C |
| Octal | 334 | 252 | 260 | 0 | 27 | 24 | 16 | 541 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10110000 | 0 | 10111 | 10100 | 1110 | 101100001 | 101010 | 1001100 |
Color Harmonies of #DCAAB0
Complementary color
Monochromatic Colors of #DCAAB0
Black with #DCAAB0
Text Example
Text Example
White with #DCAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAB0; }
p { color: rgb(220,170,176); }
H1.HeaderClassName
{
color: #DCAAB0;
}
.AnyTagClassName
{
color: #DCAAB0;
}
</style>
background-color css
<style>
a { background-color: #DCAAB0; }
a { background-color: rgb(220,170,176); }
div.DivClassName
{
background-color: #DCAAB0;
}
.BgClassName
{
background-color: #DCAAB0;
}
</style>
border-color css
<style>
span { border-color: #DCAAB0; }
span { border-color: rgb(220,170,176); }
td.TdClassName
{
border-color: #DCAAB0;
}
.TagClassName
{
border-color: #DCAAB0;
}
</style>