Shades of Pale Chestnut #DCAAAD
Tints of Pale Chestnut #DCAAAD
RGB
CMYK
RGB Variations
Color information
#DCAAAD (or 0xDCAAAD) is known color: Pale Chestnut. HEX triplet: DC, AA and AD. RGB value is (220,170,173). Sum of RGB (Red+Green+Blue) = 220+170+173=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAD is #235552. Grayscale: #B9B9B9. Windows color (decimal): -2315603 or 11381468. OLE color: 11381468.
HSL color Cylindrical-coordinate representation of color #DCAAAD: hue angle of 356.4º 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 #DCAAAD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 173 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.14 |
| HSL | 356.4º | 0.42% | 0.76% | - |
| HSV(B) | 356.4º | 0.23% | 0.86% | - |
| XYZ | 51.43 | 46.98 | 45.89 | - |
| YUV | 185.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 173 | 0 | 0.23 | 0.21 | 0.14 | 356.4 | 0.42 | 0.76 |
| Hex | DC | AA | AD | 0 | 17 | 15 | E | 164 | 2A | 4C |
| Octal | 334 | 252 | 255 | 0 | 27 | 25 | 16 | 544 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10101101 | 0 | 10111 | 10101 | 1110 | 101100100 | 101010 | 1001100 |
Color Harmonies of #DCAAAD
Complementary color
Monochromatic Colors of #DCAAAD
Black with #DCAAAD
Text Example
Text Example
White with #DCAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAAD; }
p { color: rgb(220,170,173); }
H1.HeaderClassName
{
color: #DCAAAD;
}
.AnyTagClassName
{
color: #DCAAAD;
}
</style>
background-color css
<style>
a { background-color: #DCAAAD; }
a { background-color: rgb(220,170,173); }
div.DivClassName
{
background-color: #DCAAAD;
}
.BgClassName
{
background-color: #DCAAAD;
}
</style>
border-color css
<style>
span { border-color: #DCAAAD; }
span { border-color: rgb(220,170,173); }
td.TdClassName
{
border-color: #DCAAAD;
}
.TagClassName
{
border-color: #DCAAAD;
}
</style>