Shades of Pale Chestnut #DCAAAC
Tints of Pale Chestnut #DCAAAC
RGB
CMYK
RGB Variations
Color information
#DCAAAC (or 0xDCAAAC) is known color: Pale Chestnut. HEX triplet: DC, AA and AC. RGB value is (220,170,172). Sum of RGB (Red+Green+Blue) = 220+170+172=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAC is #235553. Grayscale: #B9B9B9. Windows color (decimal): -2315604 or 11315932. OLE color: 11315932.
HSL color Cylindrical-coordinate representation of color #DCAAAC: hue angle of 357.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAAC is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 170 | 172 | - |
CMYK | 0 | 0.23 | 0.22 | 0.14 |
HSL | 357.6º | 0.42% | 0.76% | - |
HSV(B) | 357.6º | 0.23% | 0.86% | - |
XYZ | 51.34 | 46.94 | 45.39 | - |
YUV | 185.18 | 120.57 | 152.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 170 | 172 | 0 | 0.23 | 0.22 | 0.14 | 357.6 | 0.42 | 0.76 |
Hex | DC | AA | AC | 0 | 17 | 16 | E | 166 | 2A | 4C |
Octal | 334 | 252 | 254 | 0 | 27 | 26 | 16 | 546 | 52 | 114 |
Binary | 11011100 | 10101010 | 10101100 | 0 | 10111 | 10110 | 1110 | 101100110 | 101010 | 1001100 |
Color Harmonies of #DCAAAC
Complementary color
Monochromatic Colors of #DCAAAC
Black with #DCAAAC
Text Example
Text Example
White with #DCAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAAC; }
p { color: rgb(220,170,172); }
H1.HeaderClassName
{
color: #DCAAAC;
}
.AnyTagClassName
{
color: #DCAAAC;
}
</style>
background-color css
<style>
a { background-color: #DCAAAC; }
a { background-color: rgb(220,170,172); }
div.DivClassName
{
background-color: #DCAAAC;
}
.BgClassName
{
background-color: #DCAAAC;
}
</style>
border-color css
<style>
span { border-color: #DCAAAC; }
span { border-color: rgb(220,170,172); }
td.TdClassName
{
border-color: #DCAAAC;
}
.TagClassName
{
border-color: #DCAAAC;
}
</style>