Shades of Manz #DED860
Tints of Manz #DED860
RGB
CMYK
RGB Variations
Color information
#DED860 (or 0xDED860) is known color: Manz. HEX triplet: DE, D8 and 60. RGB value is (222,216,96). Sum of RGB (Red+Green+Blue) = 222+216+96=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED860 is #21279F. Grayscale: #CCCCCC. Windows color (decimal): -2172832 or 6346974. OLE color: 6346974.
HSL color Cylindrical-coordinate representation of color #DED860: hue angle of 57.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DED860 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 96 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.13 |
| HSL | 57.14º | 0.66% | 0.62% | - |
| HSV(B) | 57.14º | 0.57% | 0.87% | - |
| XYZ | 56.79 | 65.49 | 20.71 | - |
| YUV | 204.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 96 | 0 | 0.03 | 0.57 | 0.13 | 57.14 | 0.66 | 0.62 |
| Hex | DE | D8 | 60 | 0 | 3 | 39 | D | 39 | 42 | 3E |
| Octal | 336 | 330 | 140 | 0 | 3 | 71 | 15 | 71 | 102 | 76 |
| Binary | 11011110 | 11011000 | 1100000 | 0 | 11 | 111001 | 1101 | 111001 | 1000010 | 111110 |
Color Harmonies of #DED860
Complementary color
Monochromatic Colors of #DED860
Black with #DED860
Text Example
Text Example
White with #DED860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED860; }
p { color: rgb(222,216,96); }
H1.HeaderClassName
{
color: #DED860;
}
.AnyTagClassName
{
color: #DED860;
}
</style>
background-color css
<style>
a { background-color: #DED860; }
a { background-color: rgb(222,216,96); }
div.DivClassName
{
background-color: #DED860;
}
.BgClassName
{
background-color: #DED860;
}
</style>
border-color css
<style>
span { border-color: #DED860; }
span { border-color: rgb(222,216,96); }
td.TdClassName
{
border-color: #DED860;
}
.TagClassName
{
border-color: #DED860;
}
</style>