Shades of Pale Chestnut #DCA6B0
Tints of Pale Chestnut #DCA6B0
RGB
CMYK
RGB Variations
Color information
#DCA6B0 (or 0xDCA6B0) is known color: Pale Chestnut. HEX triplet: DC, A6 and B0. RGB value is (220,166,176). Sum of RGB (Red+Green+Blue) = 220+166+176=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6B0 is #23594F. Grayscale: #B7B7B7. Windows color (decimal): -2316624 or 11577052. OLE color: 11577052.
HSL color Cylindrical-coordinate representation of color #DCA6B0: hue angle of 348.89º 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 #DCA6B0 is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 176 | - |
| CMYK | 0 | 0.25 | 0.2 | 0.14 |
| HSL | 348.89º | 0.44% | 0.76% | - |
| HSV(B) | 348.89º | 0.25% | 0.86% | - |
| XYZ | 50.99 | 45.62 | 47.19 | - |
| YUV | 183.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 176 | 0 | 0.25 | 0.2 | 0.14 | 348.89 | 0.44 | 0.76 |
| Hex | DC | A6 | B0 | 0 | 19 | 14 | E | 15D | 2C | 4C |
| Octal | 334 | 246 | 260 | 0 | 31 | 24 | 16 | 535 | 54 | 114 |
| Binary | 11011100 | 10100110 | 10110000 | 0 | 11001 | 10100 | 1110 | 101011101 | 101100 | 1001100 |
Color Harmonies of #DCA6B0
Complementary color
Monochromatic Colors of #DCA6B0
Black with #DCA6B0
Text Example
Text Example
White with #DCA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6B0; }
p { color: rgb(220,166,176); }
H1.HeaderClassName
{
color: #DCA6B0;
}
.AnyTagClassName
{
color: #DCA6B0;
}
</style>
background-color css
<style>
a { background-color: #DCA6B0; }
a { background-color: rgb(220,166,176); }
div.DivClassName
{
background-color: #DCA6B0;
}
.BgClassName
{
background-color: #DCA6B0;
}
</style>
border-color css
<style>
span { border-color: #DCA6B0; }
span { border-color: rgb(220,166,176); }
td.TdClassName
{
border-color: #DCA6B0;
}
.TagClassName
{
border-color: #DCA6B0;
}
</style>