Shades of Zombie #DCC388
Tints of Zombie #DCC388
RGB
CMYK
RGB Variations
Color information
#DCC388 (or 0xDCC388) is known color: Zombie. HEX triplet: DC, C3 and 88. RGB value is (220,195,136). Sum of RGB (Red+Green+Blue) = 220+195+136=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC388 is #233C77. Grayscale: #C4C4C4. Windows color (decimal): -2309240 or 8963036. OLE color: 8963036.
HSL color Cylindrical-coordinate representation of color #DCC388: hue angle of 42.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC388 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 136 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.14 |
| HSL | 42.14º | 0.55% | 0.7% | - |
| HSV(B) | 42.14º | 0.38% | 0.86% | - |
| XYZ | 53.47 | 56.02 | 31.29 | - |
| YUV | 195.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 136 | 0 | 0.11 | 0.38 | 0.14 | 42.14 | 0.55 | 0.7 |
| Hex | DC | C3 | 88 | 0 | B | 26 | E | 2A | 37 | 46 |
| Octal | 334 | 303 | 210 | 0 | 13 | 46 | 16 | 52 | 67 | 106 |
| Binary | 11011100 | 11000011 | 10001000 | 0 | 1011 | 100110 | 1110 | 101010 | 110111 | 1000110 |
Color Harmonies of #DCC388
Complementary color
Monochromatic Colors of #DCC388
Black with #DCC388
Text Example
Text Example
White with #DCC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC388; }
p { color: rgb(220,195,136); }
H1.HeaderClassName
{
color: #DCC388;
}
.AnyTagClassName
{
color: #DCC388;
}
</style>
background-color css
<style>
a { background-color: #DCC388; }
a { background-color: rgb(220,195,136); }
div.DivClassName
{
background-color: #DCC388;
}
.BgClassName
{
background-color: #DCC388;
}
</style>
border-color css
<style>
span { border-color: #DCC388; }
span { border-color: rgb(220,195,136); }
td.TdClassName
{
border-color: #DCC388;
}
.TagClassName
{
border-color: #DCC388;
}
</style>