Shades of Pale Chestnut #DCA3AD
Tints of Pale Chestnut #DCA3AD
RGB
CMYK
RGB Variations
Color information
#DCA3AD (or 0xDCA3AD) is known color: Pale Chestnut. HEX triplet: DC, A3 and AD. RGB value is (220,163,173). Sum of RGB (Red+Green+Blue) = 220+163+173=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA3AD is #235C52. Grayscale: #B5B5B5. Windows color (decimal): -2317395 or 11379676. OLE color: 11379676.
HSL color Cylindrical-coordinate representation of color #DCA3AD: hue angle of 349.47º 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 #DCA3AD is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 173 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.14 |
| HSL | 349.47º | 0.45% | 0.75% | - |
| HSV(B) | 349.47º | 0.26% | 0.86% | - |
| XYZ | 50.16 | 44.43 | 45.47 | - |
| YUV | 181.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 173 | 0 | 0.26 | 0.21 | 0.14 | 349.47 | 0.45 | 0.75 |
| Hex | DC | A3 | AD | 0 | 1A | 15 | E | 15D | 2D | 4B |
| Octal | 334 | 243 | 255 | 0 | 32 | 25 | 16 | 535 | 55 | 113 |
| Binary | 11011100 | 10100011 | 10101101 | 0 | 11010 | 10101 | 1110 | 101011101 | 101101 | 1001011 |
Color Harmonies of #DCA3AD
Complementary color
Monochromatic Colors of #DCA3AD
Black with #DCA3AD
Text Example
Text Example
White with #DCA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA3AD; }
p { color: rgb(220,163,173); }
H1.HeaderClassName
{
color: #DCA3AD;
}
.AnyTagClassName
{
color: #DCA3AD;
}
</style>
background-color css
<style>
a { background-color: #DCA3AD; }
a { background-color: rgb(220,163,173); }
div.DivClassName
{
background-color: #DCA3AD;
}
.BgClassName
{
background-color: #DCA3AD;
}
</style>
border-color css
<style>
span { border-color: #DCA3AD; }
span { border-color: rgb(220,163,173); }
td.TdClassName
{
border-color: #DCA3AD;
}
.TagClassName
{
border-color: #DCA3AD;
}
</style>