Shades of Pale Chestnut #DCA0A6
Tints of Pale Chestnut #DCA0A6
RGB
CMYK
RGB Variations
Color information
#DCA0A6 (or 0xDCA0A6) is known color: Pale Chestnut. HEX triplet: DC, A0 and A6. RGB value is (220,160,166). Sum of RGB (Red+Green+Blue) = 220+160+166=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A6 is #235F59. Grayscale: #B2B2B2. Windows color (decimal): -2318170 or 10920156. OLE color: 10920156.
HSL color Cylindrical-coordinate representation of color #DCA0A6: hue angle of 354º 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 #DCA0A6 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 166 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.14 |
| HSL | 354º | 0.46% | 0.75% | - |
| HSV(B) | 354º | 0.27% | 0.86% | - |
| XYZ | 48.97 | 43.11 | 41.82 | - |
| YUV | 178.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 166 | 0 | 0.27 | 0.25 | 0.14 | 354 | 0.46 | 0.75 |
| Hex | DC | A0 | A6 | 0 | 1B | 19 | E | 162 | 2E | 4B |
| Octal | 334 | 240 | 246 | 0 | 33 | 31 | 16 | 542 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10100110 | 0 | 11011 | 11001 | 1110 | 101100010 | 101110 | 1001011 |
Color Harmonies of #DCA0A6
Complementary color
Monochromatic Colors of #DCA0A6
Black with #DCA0A6
Text Example
Text Example
White with #DCA0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0A6; }
p { color: rgb(220,160,166); }
H1.HeaderClassName
{
color: #DCA0A6;
}
.AnyTagClassName
{
color: #DCA0A6;
}
</style>
background-color css
<style>
a { background-color: #DCA0A6; }
a { background-color: rgb(220,160,166); }
div.DivClassName
{
background-color: #DCA0A6;
}
.BgClassName
{
background-color: #DCA0A6;
}
</style>
border-color css
<style>
span { border-color: #DCA0A6; }
span { border-color: rgb(220,160,166); }
td.TdClassName
{
border-color: #DCA0A6;
}
.TagClassName
{
border-color: #DCA0A6;
}
</style>