Shades of Pale Chestnut #DCA0A9
Tints of Pale Chestnut #DCA0A9
RGB
CMYK
RGB Variations
Color information
#DCA0A9 (or 0xDCA0A9) is known color: Pale Chestnut. HEX triplet: DC, A0 and A9. RGB value is (220,160,169). Sum of RGB (Red+Green+Blue) = 220+160+169=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A9 is #235F56. Grayscale: #B2B2B2. Windows color (decimal): -2318167 or 11116764. OLE color: 11116764.
HSL color Cylindrical-coordinate representation of color #DCA0A9: hue angle of 351º 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 #DCA0A9 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 169 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.14 |
| HSL | 351º | 0.46% | 0.75% | - |
| HSV(B) | 351º | 0.27% | 0.86% | - |
| XYZ | 49.25 | 43.22 | 43.28 | - |
| YUV | 178.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 169 | 0 | 0.27 | 0.23 | 0.14 | 351 | 0.46 | 0.75 |
| Hex | DC | A0 | A9 | 0 | 1B | 17 | E | 15F | 2E | 4B |
| Octal | 334 | 240 | 251 | 0 | 33 | 27 | 16 | 537 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10101001 | 0 | 11011 | 10111 | 1110 | 101011111 | 101110 | 1001011 |
Color Harmonies of #DCA0A9
Complementary color
Monochromatic Colors of #DCA0A9
Black with #DCA0A9
Text Example
Text Example
White with #DCA0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0A9; }
p { color: rgb(220,160,169); }
H1.HeaderClassName
{
color: #DCA0A9;
}
.AnyTagClassName
{
color: #DCA0A9;
}
</style>
background-color css
<style>
a { background-color: #DCA0A9; }
a { background-color: rgb(220,160,169); }
div.DivClassName
{
background-color: #DCA0A9;
}
.BgClassName
{
background-color: #DCA0A9;
}
</style>
border-color css
<style>
span { border-color: #DCA0A9; }
span { border-color: rgb(220,160,169); }
td.TdClassName
{
border-color: #DCA0A9;
}
.TagClassName
{
border-color: #DCA0A9;
}
</style>