Shades of Zombie #DDC68D
Tints of Zombie #DDC68D
RGB
CMYK
RGB Variations
Color information
#DDC68D (or 0xDDC68D) is known color: Zombie. HEX triplet: DD, C6 and 8D. RGB value is (221,198,141). Sum of RGB (Red+Green+Blue) = 221+198+141=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC68D is #223972. Grayscale: #C6C6C6. Windows color (decimal): -2242931 or 9291485. OLE color: 9291485.
HSL color Cylindrical-coordinate representation of color #DDC68D: hue angle of 42.75º 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 #DDC68D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 141 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.13 |
| HSL | 42.75º | 0.54% | 0.71% | - |
| HSV(B) | 42.75º | 0.36% | 0.87% | - |
| XYZ | 54.82 | 57.68 | 33.44 | - |
| YUV | 198.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 141 | 0 | 0.10 | 0.36 | 0.13 | 42.75 | 0.54 | 0.71 |
| Hex | DD | C6 | 8D | 0 | A | 24 | D | 2B | 36 | 47 |
| Octal | 335 | 306 | 215 | 0 | 12 | 44 | 15 | 53 | 66 | 107 |
| Binary | 11011101 | 11000110 | 10001101 | 0 | 1010 | 100100 | 1101 | 101011 | 110110 | 1000111 |
Color Harmonies of #DDC68D
Complementary color
Monochromatic Colors of #DDC68D
Black with #DDC68D
Text Example
Text Example
White with #DDC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC68D; }
p { color: rgb(221,198,141); }
H1.HeaderClassName
{
color: #DDC68D;
}
.AnyTagClassName
{
color: #DDC68D;
}
</style>
background-color css
<style>
a { background-color: #DDC68D; }
a { background-color: rgb(221,198,141); }
div.DivClassName
{
background-color: #DDC68D;
}
.BgClassName
{
background-color: #DDC68D;
}
</style>
border-color css
<style>
span { border-color: #DDC68D; }
span { border-color: rgb(221,198,141); }
td.TdClassName
{
border-color: #DDC68D;
}
.TagClassName
{
border-color: #DDC68D;
}
</style>