Shades of Pale Chestnut #DCA5AD
Tints of Pale Chestnut #DCA5AD
RGB
CMYK
RGB Variations
Color information
#DCA5AD (or 0xDCA5AD) is known color: Pale Chestnut. HEX triplet: DC, A5 and AD. RGB value is (220,165,173). Sum of RGB (Red+Green+Blue) = 220+165+173=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5AD is #235A52. Grayscale: #B6B6B6. Windows color (decimal): -2316883 or 11380188. OLE color: 11380188.
HSL color Cylindrical-coordinate representation of color #DCA5AD: hue angle of 351.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5AD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 173 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.14 |
| HSL | 351.27º | 0.44% | 0.75% | - |
| HSV(B) | 351.27º | 0.25% | 0.86% | - |
| XYZ | 50.51 | 45.14 | 45.59 | - |
| YUV | 182.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 173 | 0 | 0.25 | 0.21 | 0.14 | 351.27 | 0.44 | 0.75 |
| Hex | DC | A5 | AD | 0 | 19 | 15 | E | 15F | 2C | 4B |
| Octal | 334 | 245 | 255 | 0 | 31 | 25 | 16 | 537 | 54 | 113 |
| Binary | 11011100 | 10100101 | 10101101 | 0 | 11001 | 10101 | 1110 | 101011111 | 101100 | 1001011 |
Color Harmonies of #DCA5AD
Complementary color
Monochromatic Colors of #DCA5AD
Black with #DCA5AD
Text Example
Text Example
White with #DCA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5AD; }
p { color: rgb(220,165,173); }
H1.HeaderClassName
{
color: #DCA5AD;
}
.AnyTagClassName
{
color: #DCA5AD;
}
</style>
background-color css
<style>
a { background-color: #DCA5AD; }
a { background-color: rgb(220,165,173); }
div.DivClassName
{
background-color: #DCA5AD;
}
.BgClassName
{
background-color: #DCA5AD;
}
</style>
border-color css
<style>
span { border-color: #DCA5AD; }
span { border-color: rgb(220,165,173); }
td.TdClassName
{
border-color: #DCA5AD;
}
.TagClassName
{
border-color: #DCA5AD;
}
</style>