Shades of Pale Chestnut #DCA7AD
Tints of Pale Chestnut #DCA7AD
RGB
CMYK
RGB Variations
Color information
#DCA7AD (or 0xDCA7AD) is known color: Pale Chestnut. HEX triplet: DC, A7 and AD. RGB value is (220,167,173). Sum of RGB (Red+Green+Blue) = 220+167+173=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7AD is #235852. Grayscale: #B7B7B7. Windows color (decimal): -2316371 or 11380700. OLE color: 11380700.
HSL color Cylindrical-coordinate representation of color #DCA7AD: hue angle of 353.21º 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 #DCA7AD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 173 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.14 |
| HSL | 353.21º | 0.43% | 0.76% | - |
| HSV(B) | 353.21º | 0.24% | 0.86% | - |
| XYZ | 50.88 | 45.87 | 45.71 | - |
| YUV | 183.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 173 | 0 | 0.24 | 0.21 | 0.14 | 353.21 | 0.43 | 0.76 |
| Hex | DC | A7 | AD | 0 | 18 | 15 | E | 161 | 2B | 4C |
| Octal | 334 | 247 | 255 | 0 | 30 | 25 | 16 | 541 | 53 | 114 |
| Binary | 11011100 | 10100111 | 10101101 | 0 | 11000 | 10101 | 1110 | 101100001 | 101011 | 1001100 |
Color Harmonies of #DCA7AD
Complementary color
Monochromatic Colors of #DCA7AD
Black with #DCA7AD
Text Example
Text Example
White with #DCA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA7AD; }
p { color: rgb(220,167,173); }
H1.HeaderClassName
{
color: #DCA7AD;
}
.AnyTagClassName
{
color: #DCA7AD;
}
</style>
background-color css
<style>
a { background-color: #DCA7AD; }
a { background-color: rgb(220,167,173); }
div.DivClassName
{
background-color: #DCA7AD;
}
.BgClassName
{
background-color: #DCA7AD;
}
</style>
border-color css
<style>
span { border-color: #DCA7AD; }
span { border-color: rgb(220,167,173); }
td.TdClassName
{
border-color: #DCA7AD;
}
.TagClassName
{
border-color: #DCA7AD;
}
</style>