Shades of Zombie #DDC78A
Tints of Zombie #DDC78A
RGB
CMYK
RGB Variations
Color information
#DDC78A (or 0xDDC78A) is known color: Zombie. HEX triplet: DD, C7 and 8A. RGB value is (221,199,138). Sum of RGB (Red+Green+Blue) = 221+199+138=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC78A is #223875. Grayscale: #C6C6C6. Windows color (decimal): -2242678 or 9095133. OLE color: 9095133.
HSL color Cylindrical-coordinate representation of color #DDC78A: hue angle of 44.1º degrees, saturation: 0.55, 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 #DDC78A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 138 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 44.1º | 0.55% | 0.7% | - |
| HSV(B) | 44.1º | 0.38% | 0.87% | - |
| XYZ | 54.83 | 58.05 | 32.36 | - |
| YUV | 198.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 138 | 0 | 0.10 | 0.38 | 0.13 | 44.1 | 0.55 | 0.7 |
| Hex | DD | C7 | 8A | 0 | A | 26 | D | 2C | 37 | 46 |
| Octal | 335 | 307 | 212 | 0 | 12 | 46 | 15 | 54 | 67 | 106 |
| Binary | 11011101 | 11000111 | 10001010 | 0 | 1010 | 100110 | 1101 | 101100 | 110111 | 1000110 |
Color Harmonies of #DDC78A
Complementary color
Monochromatic Colors of #DDC78A
Black with #DDC78A
Text Example
Text Example
White with #DDC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC78A; }
p { color: rgb(221,199,138); }
H1.HeaderClassName
{
color: #DDC78A;
}
.AnyTagClassName
{
color: #DDC78A;
}
</style>
background-color css
<style>
a { background-color: #DDC78A; }
a { background-color: rgb(221,199,138); }
div.DivClassName
{
background-color: #DDC78A;
}
.BgClassName
{
background-color: #DDC78A;
}
</style>
border-color css
<style>
span { border-color: #DDC78A; }
span { border-color: rgb(221,199,138); }
td.TdClassName
{
border-color: #DDC78A;
}
.TagClassName
{
border-color: #DDC78A;
}
</style>