Shades of Pale Chestnut #DCA0AA
Tints of Pale Chestnut #DCA0AA
RGB
CMYK
RGB Variations
Color information
#DCA0AA (or 0xDCA0AA) is known color: Pale Chestnut. HEX triplet: DC, A0 and AA. RGB value is (220,160,170). Sum of RGB (Red+Green+Blue) = 220+160+170=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0AA is #235F55. Grayscale: #B3B3B3. Windows color (decimal): -2318166 or 11182300. OLE color: 11182300.
HSL color Cylindrical-coordinate representation of color #DCA0AA: hue angle of 350º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0AA is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 170 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.14 |
| HSL | 350º | 0.46% | 0.75% | - |
| HSV(B) | 350º | 0.27% | 0.86% | - |
| XYZ | 49.34 | 43.26 | 43.78 | - |
| YUV | 179.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 170 | 0 | 0.27 | 0.23 | 0.14 | 350 | 0.46 | 0.75 |
| Hex | DC | A0 | AA | 0 | 1B | 17 | E | 15E | 2E | 4B |
| Octal | 334 | 240 | 252 | 0 | 33 | 27 | 16 | 536 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10101010 | 0 | 11011 | 10111 | 1110 | 101011110 | 101110 | 1001011 |
Color Harmonies of #DCA0AA
Complementary color
Monochromatic Colors of #DCA0AA
Black with #DCA0AA
Text Example
Text Example
White with #DCA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0AA; }
p { color: rgb(220,160,170); }
H1.HeaderClassName
{
color: #DCA0AA;
}
.AnyTagClassName
{
color: #DCA0AA;
}
</style>
background-color css
<style>
a { background-color: #DCA0AA; }
a { background-color: rgb(220,160,170); }
div.DivClassName
{
background-color: #DCA0AA;
}
.BgClassName
{
background-color: #DCA0AA;
}
</style>
border-color css
<style>
span { border-color: #DCA0AA; }
span { border-color: rgb(220,160,170); }
td.TdClassName
{
border-color: #DCA0AA;
}
.TagClassName
{
border-color: #DCA0AA;
}
</style>