Shades of Pale Chestnut #DCA0A2
Tints of Pale Chestnut #DCA0A2
RGB
CMYK
RGB Variations
Color information
#DCA0A2 (or 0xDCA0A2) is known color: Pale Chestnut. HEX triplet: DC, A0 and A2. RGB value is (220,160,162). Sum of RGB (Red+Green+Blue) = 220+160+162=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A2 is #235F5D. Grayscale: #B2B2B2. Windows color (decimal): -2318174 or 10658012. OLE color: 10658012.
HSL color Cylindrical-coordinate representation of color #DCA0A2: hue angle of 358º 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 #DCA0A2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 162 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.14 |
| HSL | 358º | 0.46% | 0.75% | - |
| HSV(B) | 358º | 0.27% | 0.86% | - |
| XYZ | 48.61 | 42.97 | 39.91 | - |
| YUV | 178.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 162 | 0 | 0.27 | 0.26 | 0.14 | 358 | 0.46 | 0.75 |
| Hex | DC | A0 | A2 | 0 | 1B | 1A | E | 166 | 2E | 4B |
| Octal | 334 | 240 | 242 | 0 | 33 | 32 | 16 | 546 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10100010 | 0 | 11011 | 11010 | 1110 | 101100110 | 101110 | 1001011 |
Color Harmonies of #DCA0A2
Complementary color
Monochromatic Colors of #DCA0A2
Black with #DCA0A2
Text Example
Text Example
White with #DCA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0A2; }
p { color: rgb(220,160,162); }
H1.HeaderClassName
{
color: #DCA0A2;
}
.AnyTagClassName
{
color: #DCA0A2;
}
</style>
background-color css
<style>
a { background-color: #DCA0A2; }
a { background-color: rgb(220,160,162); }
div.DivClassName
{
background-color: #DCA0A2;
}
.BgClassName
{
background-color: #DCA0A2;
}
</style>
border-color css
<style>
span { border-color: #DCA0A2; }
span { border-color: rgb(220,160,162); }
td.TdClassName
{
border-color: #DCA0A2;
}
.TagClassName
{
border-color: #DCA0A2;
}
</style>