Shades of Pale Chestnut #DCA6A8
Tints of Pale Chestnut #DCA6A8
RGB
CMYK
RGB Variations
Color information
#DCA6A8 (or 0xDCA6A8) is known color: Pale Chestnut. HEX triplet: DC, A6 and A8. RGB value is (220,166,168). Sum of RGB (Red+Green+Blue) = 220+166+168=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A8 is #235957. Grayscale: #B6B6B6. Windows color (decimal): -2316632 or 11052764. OLE color: 11052764.
HSL color Cylindrical-coordinate representation of color #DCA6A8: hue angle of 357.78º 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 #DCA6A8 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 168 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.14 |
| HSL | 357.78º | 0.44% | 0.76% | - |
| HSV(B) | 357.78º | 0.25% | 0.86% | - |
| XYZ | 50.22 | 45.32 | 43.15 | - |
| YUV | 182.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 168 | 0 | 0.25 | 0.24 | 0.14 | 357.78 | 0.44 | 0.76 |
| Hex | DC | A6 | A8 | 0 | 19 | 18 | E | 166 | 2C | 4C |
| Octal | 334 | 246 | 250 | 0 | 31 | 30 | 16 | 546 | 54 | 114 |
| Binary | 11011100 | 10100110 | 10101000 | 0 | 11001 | 11000 | 1110 | 101100110 | 101100 | 1001100 |
Color Harmonies of #DCA6A8
Complementary color
Monochromatic Colors of #DCA6A8
Black with #DCA6A8
Text Example
Text Example
White with #DCA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6A8; }
p { color: rgb(220,166,168); }
H1.HeaderClassName
{
color: #DCA6A8;
}
.AnyTagClassName
{
color: #DCA6A8;
}
</style>
background-color css
<style>
a { background-color: #DCA6A8; }
a { background-color: rgb(220,166,168); }
div.DivClassName
{
background-color: #DCA6A8;
}
.BgClassName
{
background-color: #DCA6A8;
}
</style>
border-color css
<style>
span { border-color: #DCA6A8; }
span { border-color: rgb(220,166,168); }
td.TdClassName
{
border-color: #DCA6A8;
}
.TagClassName
{
border-color: #DCA6A8;
}
</style>