Shades of Pale Chestnut #DCACB0
Tints of Pale Chestnut #DCACB0
RGB
CMYK
RGB Variations
Color information
#DCACB0 (or 0xDCACB0) is known color: Pale Chestnut. HEX triplet: DC, AC and B0. RGB value is (220,172,176). Sum of RGB (Red+Green+Blue) = 220+172+176=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACB0 is #23534F. Grayscale: #BABABA. Windows color (decimal): -2315088 or 11578588. OLE color: 11578588.
HSL color Cylindrical-coordinate representation of color #DCACB0: hue angle of 355º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACB0 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 176 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.14 |
| HSL | 355º | 0.41% | 0.77% | - |
| HSV(B) | 355º | 0.22% | 0.86% | - |
| XYZ | 52.1 | 47.86 | 47.57 | - |
| YUV | 186.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 176 | 0 | 0.22 | 0.2 | 0.14 | 355 | 0.41 | 0.77 |
| Hex | DC | AC | B0 | 0 | 16 | 14 | E | 163 | 29 | 4D |
| Octal | 334 | 254 | 260 | 0 | 26 | 24 | 16 | 543 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10110000 | 0 | 10110 | 10100 | 1110 | 101100011 | 101001 | 1001101 |
Color Harmonies of #DCACB0
Complementary color
Monochromatic Colors of #DCACB0
Black with #DCACB0
Text Example
Text Example
White with #DCACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB0; }
p { color: rgb(220,172,176); }
H1.HeaderClassName
{
color: #DCACB0;
}
.AnyTagClassName
{
color: #DCACB0;
}
</style>
background-color css
<style>
a { background-color: #DCACB0; }
a { background-color: rgb(220,172,176); }
div.DivClassName
{
background-color: #DCACB0;
}
.BgClassName
{
background-color: #DCACB0;
}
</style>
border-color css
<style>
span { border-color: #DCACB0; }
span { border-color: rgb(220,172,176); }
td.TdClassName
{
border-color: #DCACB0;
}
.TagClassName
{
border-color: #DCACB0;
}
</style>