Shades of Pale Chestnut #DCA8AD
Tints of Pale Chestnut #DCA8AD
RGB
CMYK
RGB Variations
Color information
#DCA8AD (or 0xDCA8AD) is known color: Pale Chestnut. HEX triplet: DC, A8 and AD. RGB value is (220,168,173). Sum of RGB (Red+Green+Blue) = 220+168+173=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8AD is #235752. Grayscale: #B8B8B8. Windows color (decimal): -2316115 or 11380956. OLE color: 11380956.
HSL color Cylindrical-coordinate representation of color #DCA8AD: hue angle of 354.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8AD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 173 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.14 |
| HSL | 354.23º | 0.43% | 0.76% | - |
| HSV(B) | 354.23º | 0.24% | 0.86% | - |
| XYZ | 51.06 | 46.24 | 45.77 | - |
| YUV | 184.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 173 | 0 | 0.24 | 0.21 | 0.14 | 354.23 | 0.43 | 0.76 |
| Hex | DC | A8 | AD | 0 | 18 | 15 | E | 162 | 2B | 4C |
| Octal | 334 | 250 | 255 | 0 | 30 | 25 | 16 | 542 | 53 | 114 |
| Binary | 11011100 | 10101000 | 10101101 | 0 | 11000 | 10101 | 1110 | 101100010 | 101011 | 1001100 |
Color Harmonies of #DCA8AD
Complementary color
Monochromatic Colors of #DCA8AD
Black with #DCA8AD
Text Example
Text Example
White with #DCA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8AD; }
p { color: rgb(220,168,173); }
H1.HeaderClassName
{
color: #DCA8AD;
}
.AnyTagClassName
{
color: #DCA8AD;
}
</style>
background-color css
<style>
a { background-color: #DCA8AD; }
a { background-color: rgb(220,168,173); }
div.DivClassName
{
background-color: #DCA8AD;
}
.BgClassName
{
background-color: #DCA8AD;
}
</style>
border-color css
<style>
span { border-color: #DCA8AD; }
span { border-color: rgb(220,168,173); }
td.TdClassName
{
border-color: #DCA8AD;
}
.TagClassName
{
border-color: #DCA8AD;
}
</style>