Shades of Pale Chestnut #DCACAD
Tints of Pale Chestnut #DCACAD
RGB
CMYK
RGB Variations
Color information
#DCACAD (or 0xDCACAD) is known color: Pale Chestnut. HEX triplet: DC, AC and AD. RGB value is (220,172,173). Sum of RGB (Red+Green+Blue) = 220+172+173=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAD is #235352. Grayscale: #BABABA. Windows color (decimal): -2315091 or 11381980. OLE color: 11381980.
HSL color Cylindrical-coordinate representation of color #DCACAD: hue angle of 358.75º 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 #DCACAD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 173 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.14 |
| HSL | 358.75º | 0.41% | 0.77% | - |
| HSV(B) | 358.75º | 0.22% | 0.86% | - |
| XYZ | 51.81 | 47.74 | 46.02 | - |
| YUV | 186.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 173 | 0 | 0.22 | 0.21 | 0.14 | 358.75 | 0.41 | 0.77 |
| Hex | DC | AC | AD | 0 | 16 | 15 | E | 167 | 29 | 4D |
| Octal | 334 | 254 | 255 | 0 | 26 | 25 | 16 | 547 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10101101 | 0 | 10110 | 10101 | 1110 | 101100111 | 101001 | 1001101 |
Color Harmonies of #DCACAD
Complementary color
Monochromatic Colors of #DCACAD
Black with #DCACAD
Text Example
Text Example
White with #DCACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACAD; }
p { color: rgb(220,172,173); }
H1.HeaderClassName
{
color: #DCACAD;
}
.AnyTagClassName
{
color: #DCACAD;
}
</style>
background-color css
<style>
a { background-color: #DCACAD; }
a { background-color: rgb(220,172,173); }
div.DivClassName
{
background-color: #DCACAD;
}
.BgClassName
{
background-color: #DCACAD;
}
</style>
border-color css
<style>
span { border-color: #DCACAD; }
span { border-color: rgb(220,172,173); }
td.TdClassName
{
border-color: #DCACAD;
}
.TagClassName
{
border-color: #DCACAD;
}
</style>