Shades of Pale Chestnut #DCA6A9
Tints of Pale Chestnut #DCA6A9
RGB
CMYK
RGB Variations
Color information
#DCA6A9 (or 0xDCA6A9) is known color: Pale Chestnut. HEX triplet: DC, A6 and A9. RGB value is (220,166,169). Sum of RGB (Red+Green+Blue) = 220+166+169=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A9 is #235956. Grayscale: #B6B6B6. Windows color (decimal): -2316631 or 11118300. OLE color: 11118300.
HSL color Cylindrical-coordinate representation of color #DCA6A9: hue angle of 356.67º 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 #DCA6A9 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 169 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.14 |
| HSL | 356.67º | 0.44% | 0.76% | - |
| HSV(B) | 356.67º | 0.25% | 0.86% | - |
| XYZ | 50.31 | 45.35 | 43.64 | - |
| YUV | 182.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 169 | 0 | 0.25 | 0.23 | 0.14 | 356.67 | 0.44 | 0.76 |
| Hex | DC | A6 | A9 | 0 | 19 | 17 | E | 165 | 2C | 4C |
| Octal | 334 | 246 | 251 | 0 | 31 | 27 | 16 | 545 | 54 | 114 |
| Binary | 11011100 | 10100110 | 10101001 | 0 | 11001 | 10111 | 1110 | 101100101 | 101100 | 1001100 |
Color Harmonies of #DCA6A9
Complementary color
Monochromatic Colors of #DCA6A9
Black with #DCA6A9
Text Example
Text Example
White with #DCA6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6A9; }
p { color: rgb(220,166,169); }
H1.HeaderClassName
{
color: #DCA6A9;
}
.AnyTagClassName
{
color: #DCA6A9;
}
</style>
background-color css
<style>
a { background-color: #DCA6A9; }
a { background-color: rgb(220,166,169); }
div.DivClassName
{
background-color: #DCA6A9;
}
.BgClassName
{
background-color: #DCA6A9;
}
</style>
border-color css
<style>
span { border-color: #DCA6A9; }
span { border-color: rgb(220,166,169); }
td.TdClassName
{
border-color: #DCA6A9;
}
.TagClassName
{
border-color: #DCA6A9;
}
</style>