Shades of Zombie #DDC388
Tints of Zombie #DDC388
RGB
CMYK
RGB Variations
Color information
#DDC388 (or 0xDDC388) is known color: Zombie. HEX triplet: DD, C3 and 88. RGB value is (221,195,136). Sum of RGB (Red+Green+Blue) = 221+195+136=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC388 is #223C77. Grayscale: #C4C4C4. Windows color (decimal): -2243704 or 8963037. OLE color: 8963037.
HSL color Cylindrical-coordinate representation of color #DDC388: hue angle of 41.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDC388 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 136 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.13 |
| HSL | 41.65º | 0.56% | 0.7% | - |
| HSV(B) | 41.65º | 0.38% | 0.87% | - |
| XYZ | 53.78 | 56.18 | 31.3 | - |
| YUV | 196.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 136 | 0 | 0.12 | 0.38 | 0.13 | 41.65 | 0.56 | 0.7 |
| Hex | DD | C3 | 88 | 0 | C | 26 | D | 2A | 38 | 46 |
| Octal | 335 | 303 | 210 | 0 | 14 | 46 | 15 | 52 | 70 | 106 |
| Binary | 11011101 | 11000011 | 10001000 | 0 | 1100 | 100110 | 1101 | 101010 | 111000 | 1000110 |
Color Harmonies of #DDC388
Complementary color
Monochromatic Colors of #DDC388
Black with #DDC388
Text Example
Text Example
White with #DDC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC388; }
p { color: rgb(221,195,136); }
H1.HeaderClassName
{
color: #DDC388;
}
.AnyTagClassName
{
color: #DDC388;
}
</style>
background-color css
<style>
a { background-color: #DDC388; }
a { background-color: rgb(221,195,136); }
div.DivClassName
{
background-color: #DDC388;
}
.BgClassName
{
background-color: #DDC388;
}
</style>
border-color css
<style>
span { border-color: #DDC388; }
span { border-color: rgb(221,195,136); }
td.TdClassName
{
border-color: #DDC388;
}
.TagClassName
{
border-color: #DDC388;
}
</style>