Shades of Zombie #DCC083
Tints of Zombie #DCC083
RGB
CMYK
RGB Variations
Color information
#DCC083 (or 0xDCC083) is known color: Zombie. HEX triplet: DC, C0 and 83. RGB value is (220,192,131). Sum of RGB (Red+Green+Blue) = 220+192+131=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC083 is #233F7C. Grayscale: #C1C1C1. Windows color (decimal): -2310013 or 8634588. OLE color: 8634588.
HSL color Cylindrical-coordinate representation of color #DCC083: hue angle of 41.12º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC083 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 131 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.14 |
| HSL | 41.12º | 0.56% | 0.69% | - |
| HSV(B) | 41.12º | 0.4% | 0.86% | - |
| XYZ | 52.46 | 54.55 | 29.24 | - |
| YUV | 193.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 131 | 0 | 0.13 | 0.40 | 0.14 | 41.12 | 0.56 | 0.69 |
| Hex | DC | C0 | 83 | 0 | D | 28 | E | 29 | 38 | 45 |
| Octal | 334 | 300 | 203 | 0 | 15 | 50 | 16 | 51 | 70 | 105 |
| Binary | 11011100 | 11000000 | 10000011 | 0 | 1101 | 101000 | 1110 | 101001 | 111000 | 1000101 |
Color Harmonies of #DCC083
Complementary color
Monochromatic Colors of #DCC083
Black with #DCC083
Text Example
Text Example
White with #DCC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC083; }
p { color: rgb(220,192,131); }
H1.HeaderClassName
{
color: #DCC083;
}
.AnyTagClassName
{
color: #DCC083;
}
</style>
background-color css
<style>
a { background-color: #DCC083; }
a { background-color: rgb(220,192,131); }
div.DivClassName
{
background-color: #DCC083;
}
.BgClassName
{
background-color: #DCC083;
}
</style>
border-color css
<style>
span { border-color: #DCC083; }
span { border-color: rgb(220,192,131); }
td.TdClassName
{
border-color: #DCC083;
}
.TagClassName
{
border-color: #DCC083;
}
</style>