Shades of Pale Chestnut #DCA6AD
Tints of Pale Chestnut #DCA6AD
RGB
CMYK
RGB Variations
Color information
#DCA6AD (or 0xDCA6AD) is known color: Pale Chestnut. HEX triplet: DC, A6 and AD. RGB value is (220,166,173). Sum of RGB (Red+Green+Blue) = 220+166+173=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6AD is #235952. Grayscale: #B6B6B6. Windows color (decimal): -2316627 or 11380444. OLE color: 11380444.
HSL color Cylindrical-coordinate representation of color #DCA6AD: hue angle of 352.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6AD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 173 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.14 |
| HSL | 352.22º | 0.44% | 0.76% | - |
| HSV(B) | 352.22º | 0.25% | 0.86% | - |
| XYZ | 50.69 | 45.51 | 45.65 | - |
| YUV | 182.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 173 | 0 | 0.25 | 0.21 | 0.14 | 352.22 | 0.44 | 0.76 |
| Hex | DC | A6 | AD | 0 | 19 | 15 | E | 160 | 2C | 4C |
| Octal | 334 | 246 | 255 | 0 | 31 | 25 | 16 | 540 | 54 | 114 |
| Binary | 11011100 | 10100110 | 10101101 | 0 | 11001 | 10101 | 1110 | 101100000 | 101100 | 1001100 |
Color Harmonies of #DCA6AD
Complementary color
Monochromatic Colors of #DCA6AD
Black with #DCA6AD
Text Example
Text Example
White with #DCA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6AD; }
p { color: rgb(220,166,173); }
H1.HeaderClassName
{
color: #DCA6AD;
}
.AnyTagClassName
{
color: #DCA6AD;
}
</style>
background-color css
<style>
a { background-color: #DCA6AD; }
a { background-color: rgb(220,166,173); }
div.DivClassName
{
background-color: #DCA6AD;
}
.BgClassName
{
background-color: #DCA6AD;
}
</style>
border-color css
<style>
span { border-color: #DCA6AD; }
span { border-color: rgb(220,166,173); }
td.TdClassName
{
border-color: #DCA6AD;
}
.TagClassName
{
border-color: #DCA6AD;
}
</style>