Shades of Pale Chestnut #DCA1A8
Tints of Pale Chestnut #DCA1A8
RGB
CMYK
RGB Variations
Color information
#DCA1A8 (or 0xDCA1A8) is known color: Pale Chestnut. HEX triplet: DC, A1 and A8. RGB value is (220,161,168). Sum of RGB (Red+Green+Blue) = 220+161+168=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA1A8 is #235E57. Grayscale: #B3B3B3. Windows color (decimal): -2317912 or 11051484. OLE color: 11051484.
HSL color Cylindrical-coordinate representation of color #DCA1A8: hue angle of 352.88º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1A8 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 168 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.14 |
| HSL | 352.88º | 0.46% | 0.75% | - |
| HSV(B) | 352.88º | 0.27% | 0.86% | - |
| XYZ | 49.33 | 43.53 | 42.85 | - |
| YUV | 179.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 168 | 0 | 0.27 | 0.24 | 0.14 | 352.88 | 0.46 | 0.75 |
| Hex | DC | A1 | A8 | 0 | 1B | 18 | E | 161 | 2E | 4B |
| Octal | 334 | 241 | 250 | 0 | 33 | 30 | 16 | 541 | 56 | 113 |
| Binary | 11011100 | 10100001 | 10101000 | 0 | 11011 | 11000 | 1110 | 101100001 | 101110 | 1001011 |
Color Harmonies of #DCA1A8
Complementary color
Monochromatic Colors of #DCA1A8
Black with #DCA1A8
Text Example
Text Example
White with #DCA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1A8; }
p { color: rgb(220,161,168); }
H1.HeaderClassName
{
color: #DCA1A8;
}
.AnyTagClassName
{
color: #DCA1A8;
}
</style>
background-color css
<style>
a { background-color: #DCA1A8; }
a { background-color: rgb(220,161,168); }
div.DivClassName
{
background-color: #DCA1A8;
}
.BgClassName
{
background-color: #DCA1A8;
}
</style>
border-color css
<style>
span { border-color: #DCA1A8; }
span { border-color: rgb(220,161,168); }
td.TdClassName
{
border-color: #DCA1A8;
}
.TagClassName
{
border-color: #DCA1A8;
}
</style>