Shades of Zombie #DDC78D
Tints of Zombie #DDC78D
RGB
CMYK
RGB Variations
Color information
#DDC78D (or 0xDDC78D) is known color: Zombie. HEX triplet: DD, C7 and 8D. RGB value is (221,199,141). Sum of RGB (Red+Green+Blue) = 221+199+141=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC78D is #223872. Grayscale: #C7C7C7. Windows color (decimal): -2242675 or 9291741. OLE color: 9291741.
HSL color Cylindrical-coordinate representation of color #DDC78D: hue angle of 43.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDC78D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 141 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.13 |
| HSL | 43.5º | 0.54% | 0.71% | - |
| HSV(B) | 43.5º | 0.36% | 0.87% | - |
| XYZ | 55.05 | 58.14 | 33.52 | - |
| YUV | 198.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 141 | 0 | 0.10 | 0.36 | 0.13 | 43.5 | 0.54 | 0.71 |
| Hex | DD | C7 | 8D | 0 | A | 24 | D | 2C | 36 | 47 |
| Octal | 335 | 307 | 215 | 0 | 12 | 44 | 15 | 54 | 66 | 107 |
| Binary | 11011101 | 11000111 | 10001101 | 0 | 1010 | 100100 | 1101 | 101100 | 110110 | 1000111 |
Color Harmonies of #DDC78D
Complementary color
Monochromatic Colors of #DDC78D
Black with #DDC78D
Text Example
Text Example
White with #DDC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC78D; }
p { color: rgb(221,199,141); }
H1.HeaderClassName
{
color: #DDC78D;
}
.AnyTagClassName
{
color: #DDC78D;
}
</style>
background-color css
<style>
a { background-color: #DDC78D; }
a { background-color: rgb(221,199,141); }
div.DivClassName
{
background-color: #DDC78D;
}
.BgClassName
{
background-color: #DDC78D;
}
</style>
border-color css
<style>
span { border-color: #DDC78D; }
span { border-color: rgb(221,199,141); }
td.TdClassName
{
border-color: #DDC78D;
}
.TagClassName
{
border-color: #DDC78D;
}
</style>