Shades of Zombie #DDC788
Tints of Zombie #DDC788
RGB
CMYK
RGB Variations
Color information
#DDC788 (or 0xDDC788) is known color: Zombie. HEX triplet: DD, C7 and 88. RGB value is (221,199,136). Sum of RGB (Red+Green+Blue) = 221+199+136=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC788 is #223877. Grayscale: #C6C6C6. Windows color (decimal): -2242680 or 8964061. OLE color: 8964061.
HSL color Cylindrical-coordinate representation of color #DDC788: hue angle of 44.47º 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 #DDC788 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 136 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 44.47º | 0.56% | 0.7% | - |
| HSV(B) | 44.47º | 0.38% | 0.87% | - |
| XYZ | 54.69 | 58 | 31.6 | - |
| YUV | 198.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 136 | 0 | 0.10 | 0.38 | 0.13 | 44.47 | 0.56 | 0.7 |
| Hex | DD | C7 | 88 | 0 | A | 26 | D | 2C | 38 | 46 |
| Octal | 335 | 307 | 210 | 0 | 12 | 46 | 15 | 54 | 70 | 106 |
| Binary | 11011101 | 11000111 | 10001000 | 0 | 1010 | 100110 | 1101 | 101100 | 111000 | 1000110 |
Color Harmonies of #DDC788
Complementary color
Monochromatic Colors of #DDC788
Black with #DDC788
Text Example
Text Example
White with #DDC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC788; }
p { color: rgb(221,199,136); }
H1.HeaderClassName
{
color: #DDC788;
}
.AnyTagClassName
{
color: #DDC788;
}
</style>
background-color css
<style>
a { background-color: #DDC788; }
a { background-color: rgb(221,199,136); }
div.DivClassName
{
background-color: #DDC788;
}
.BgClassName
{
background-color: #DDC788;
}
</style>
border-color css
<style>
span { border-color: #DDC788; }
span { border-color: rgb(221,199,136); }
td.TdClassName
{
border-color: #DDC788;
}
.TagClassName
{
border-color: #DDC788;
}
</style>