Shades of Pale Chestnut #DCA2AE
Tints of Pale Chestnut #DCA2AE
RGB
CMYK
RGB Variations
Color information
#DCA2AE (or 0xDCA2AE) is known color: Pale Chestnut. HEX triplet: DC, A2 and AE. RGB value is (220,162,174). Sum of RGB (Red+Green+Blue) = 220+162+174=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2AE is #235D51. Grayscale: #B4B4B4. Windows color (decimal): -2317650 or 11444956. OLE color: 11444956.
HSL color Cylindrical-coordinate representation of color #DCA2AE: hue angle of 347.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2AE is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 174 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.14 |
| HSL | 347.59º | 0.45% | 0.75% | - |
| HSV(B) | 347.59º | 0.26% | 0.86% | - |
| XYZ | 50.08 | 44.11 | 45.92 | - |
| YUV | 180.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 174 | 0 | 0.26 | 0.21 | 0.14 | 347.59 | 0.45 | 0.75 |
| Hex | DC | A2 | AE | 0 | 1A | 15 | E | 15C | 2D | 4B |
| Octal | 334 | 242 | 256 | 0 | 32 | 25 | 16 | 534 | 55 | 113 |
| Binary | 11011100 | 10100010 | 10101110 | 0 | 11010 | 10101 | 1110 | 101011100 | 101101 | 1001011 |
Color Harmonies of #DCA2AE
Complementary color
Monochromatic Colors of #DCA2AE
Black with #DCA2AE
Text Example
Text Example
White with #DCA2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2AE; }
p { color: rgb(220,162,174); }
H1.HeaderClassName
{
color: #DCA2AE;
}
.AnyTagClassName
{
color: #DCA2AE;
}
</style>
background-color css
<style>
a { background-color: #DCA2AE; }
a { background-color: rgb(220,162,174); }
div.DivClassName
{
background-color: #DCA2AE;
}
.BgClassName
{
background-color: #DCA2AE;
}
</style>
border-color css
<style>
span { border-color: #DCA2AE; }
span { border-color: rgb(220,162,174); }
td.TdClassName
{
border-color: #DCA2AE;
}
.TagClassName
{
border-color: #DCA2AE;
}
</style>