Shades of Shocking #DCA8C0
Tints of Shocking #DCA8C0
RGB
CMYK
RGB Variations
Color information
#DCA8C0 (or 0xDCA8C0) is known color: Shocking. HEX triplet: DC, A8 and C0. RGB value is (220,168,192). Sum of RGB (Red+Green+Blue) = 220+168+192=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8C0 is #23573F. Grayscale: #BABABA. Windows color (decimal): -2316096 or 12626140. OLE color: 12626140.
HSL color Cylindrical-coordinate representation of color #DCA8C0: hue angle of 332.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8C0 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 168 | 192 | - |
CMYK | 0 | 0.24 | 0.13 | 0.14 |
HSL | 332.31º | 0.43% | 0.76% | - |
HSV(B) | 332.31º | 0.24% | 0.86% | - |
XYZ | 53.03 | 47.03 | 56.15 | - |
YUV | 186.28 | 131.23 | 152.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 168 | 192 | 0 | 0.24 | 0.13 | 0.14 | 332.31 | 0.43 | 0.76 |
Hex | DC | A8 | C0 | 0 | 18 | D | E | 14C | 2B | 4C |
Octal | 334 | 250 | 300 | 0 | 30 | 15 | 16 | 514 | 53 | 114 |
Binary | 11011100 | 10101000 | 11000000 | 0 | 11000 | 1101 | 1110 | 101001100 | 101011 | 1001100 |
Color Harmonies of #DCA8C0
Complementary color
Monochromatic Colors of #DCA8C0
Black with #DCA8C0
Text Example
Text Example
White with #DCA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8C0; }
p { color: rgb(220,168,192); }
H1.HeaderClassName
{
color: #DCA8C0;
}
.AnyTagClassName
{
color: #DCA8C0;
}
</style>
background-color css
<style>
a { background-color: #DCA8C0; }
a { background-color: rgb(220,168,192); }
div.DivClassName
{
background-color: #DCA8C0;
}
.BgClassName
{
background-color: #DCA8C0;
}
</style>
border-color css
<style>
span { border-color: #DCA8C0; }
span { border-color: rgb(220,168,192); }
td.TdClassName
{
border-color: #DCA8C0;
}
.TagClassName
{
border-color: #DCA8C0;
}
</style>