Shades of Manz #DED856
Tints of Manz #DED856
RGB
CMYK
RGB Variations
Color information
#DED856 (or 0xDED856) is known color: Manz. HEX triplet: DE, D8 and 56. RGB value is (222,216,86). Sum of RGB (Red+Green+Blue) = 222+216+86=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED856 is #2127A9. Grayscale: #CBCBCB. Windows color (decimal): -2172842 or 5691614. OLE color: 5691614.
HSL color Cylindrical-coordinate representation of color #DED856: hue angle of 57.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DED856 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 86 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.13 |
| HSL | 57.35º | 0.67% | 0.6% | - |
| HSV(B) | 57.35º | 0.61% | 0.87% | - |
| XYZ | 56.36 | 65.31 | 18.44 | - |
| YUV | 202.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 86 | 0 | 0.03 | 0.61 | 0.13 | 57.35 | 0.67 | 0.6 |
| Hex | DE | D8 | 56 | 0 | 3 | 3D | D | 39 | 43 | 3C |
| Octal | 336 | 330 | 126 | 0 | 3 | 75 | 15 | 71 | 103 | 74 |
| Binary | 11011110 | 11011000 | 1010110 | 0 | 11 | 111101 | 1101 | 111001 | 1000011 | 111100 |
Color Harmonies of #DED856
Complementary color
Monochromatic Colors of #DED856
Black with #DED856
Text Example
Text Example
White with #DED856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED856; }
p { color: rgb(222,216,86); }
H1.HeaderClassName
{
color: #DED856;
}
.AnyTagClassName
{
color: #DED856;
}
</style>
background-color css
<style>
a { background-color: #DED856; }
a { background-color: rgb(222,216,86); }
div.DivClassName
{
background-color: #DED856;
}
.BgClassName
{
background-color: #DED856;
}
</style>
border-color css
<style>
span { border-color: #DED856; }
span { border-color: rgb(222,216,86); }
td.TdClassName
{
border-color: #DED856;
}
.TagClassName
{
border-color: #DED856;
}
</style>