Shades of Pale Chestnut #DCA1A2
Tints of Pale Chestnut #DCA1A2
RGB
CMYK
RGB Variations
Color information
#DCA1A2 (or 0xDCA1A2) is known color: Pale Chestnut. HEX triplet: DC, A1 and A2. RGB value is (220,161,162). Sum of RGB (Red+Green+Blue) = 220+161+162=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA1A2 is #235E5D. Grayscale: #B2B2B2. Windows color (decimal): -2317918 or 10658268. OLE color: 10658268.
HSL color Cylindrical-coordinate representation of color #DCA1A2: hue angle of 358.98º 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 #DCA1A2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 162 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.14 |
| HSL | 358.98º | 0.46% | 0.75% | - |
| HSV(B) | 358.98º | 0.27% | 0.86% | - |
| XYZ | 48.78 | 43.31 | 39.97 | - |
| YUV | 178.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 162 | 0 | 0.27 | 0.26 | 0.14 | 358.98 | 0.46 | 0.75 |
| Hex | DC | A1 | A2 | 0 | 1B | 1A | E | 167 | 2E | 4B |
| Octal | 334 | 241 | 242 | 0 | 33 | 32 | 16 | 547 | 56 | 113 |
| Binary | 11011100 | 10100001 | 10100010 | 0 | 11011 | 11010 | 1110 | 101100111 | 101110 | 1001011 |
Color Harmonies of #DCA1A2
Complementary color
Monochromatic Colors of #DCA1A2
Black with #DCA1A2
Text Example
Text Example
White with #DCA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1A2; }
p { color: rgb(220,161,162); }
H1.HeaderClassName
{
color: #DCA1A2;
}
.AnyTagClassName
{
color: #DCA1A2;
}
</style>
background-color css
<style>
a { background-color: #DCA1A2; }
a { background-color: rgb(220,161,162); }
div.DivClassName
{
background-color: #DCA1A2;
}
.BgClassName
{
background-color: #DCA1A2;
}
</style>
border-color css
<style>
span { border-color: #DCA1A2; }
span { border-color: rgb(220,161,162); }
td.TdClassName
{
border-color: #DCA1A2;
}
.TagClassName
{
border-color: #DCA1A2;
}
</style>