Shades of Zombie #DCC68B
Tints of Zombie #DCC68B
RGB
CMYK
RGB Variations
Color information
#DCC68B (or 0xDCC68B) is known color: Zombie. HEX triplet: DC, C6 and 8B. RGB value is (220,198,139). Sum of RGB (Red+Green+Blue) = 220+198+139=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC68B is #233974. Grayscale: #C6C6C6. Windows color (decimal): -2308469 or 9160412. OLE color: 9160412.
HSL color Cylindrical-coordinate representation of color #DCC68B: hue angle of 43.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC68B is Cyan = 0, Magento = 0.1, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 139 | - |
| CMYK | 0 | 0.1 | 0.37 | 0.14 |
| HSL | 43.7º | 0.54% | 0.7% | - |
| HSV(B) | 43.7º | 0.37% | 0.86% | - |
| XYZ | 54.37 | 57.47 | 32.65 | - |
| YUV | 197.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 139 | 0 | 0.1 | 0.37 | 0.14 | 43.7 | 0.54 | 0.7 |
| Hex | DC | C6 | 8B | 0 | A | 25 | E | 2C | 36 | 46 |
| Octal | 334 | 306 | 213 | 0 | 12 | 45 | 16 | 54 | 66 | 106 |
| Binary | 11011100 | 11000110 | 10001011 | 0 | 1010 | 100101 | 1110 | 101100 | 110110 | 1000110 |
Color Harmonies of #DCC68B
Complementary color
Monochromatic Colors of #DCC68B
Black with #DCC68B
Text Example
Text Example
White with #DCC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC68B; }
p { color: rgb(220,198,139); }
H1.HeaderClassName
{
color: #DCC68B;
}
.AnyTagClassName
{
color: #DCC68B;
}
</style>
background-color css
<style>
a { background-color: #DCC68B; }
a { background-color: rgb(220,198,139); }
div.DivClassName
{
background-color: #DCC68B;
}
.BgClassName
{
background-color: #DCC68B;
}
</style>
border-color css
<style>
span { border-color: #DCC68B; }
span { border-color: rgb(220,198,139); }
td.TdClassName
{
border-color: #DCC68B;
}
.TagClassName
{
border-color: #DCC68B;
}
</style>