Shades of Manz #DED056
Tints of Manz #DED056
RGB
CMYK
RGB Variations
Color information
#DED056 (or 0xDED056) is known color: Manz. HEX triplet: DE, D0 and 56. RGB value is (222,208,86). Sum of RGB (Red+Green+Blue) = 222+208+86=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DED056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED056 is #212FA9. Grayscale: #C6C6C6. Windows color (decimal): -2174890 or 5689566. OLE color: 5689566.
HSL color Cylindrical-coordinate representation of color #DED056: hue angle of 53.82º 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 #DED056 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 86 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 53.82º | 0.67% | 0.6% | - |
| HSV(B) | 53.82º | 0.61% | 0.87% | - |
| XYZ | 54.36 | 61.31 | 17.77 | - |
| YUV | 198.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 86 | 0 | 0.06 | 0.61 | 0.13 | 53.82 | 0.67 | 0.6 |
| Hex | DE | D0 | 56 | 0 | 6 | 3D | D | 36 | 43 | 3C |
| Octal | 336 | 320 | 126 | 0 | 6 | 75 | 15 | 66 | 103 | 74 |
| Binary | 11011110 | 11010000 | 1010110 | 0 | 110 | 111101 | 1101 | 110110 | 1000011 | 111100 |
Color Harmonies of #DED056
Complementary color
Monochromatic Colors of #DED056
Black with #DED056
Text Example
Text Example
White with #DED056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED056; }
p { color: rgb(222,208,86); }
H1.HeaderClassName
{
color: #DED056;
}
.AnyTagClassName
{
color: #DED056;
}
</style>
background-color css
<style>
a { background-color: #DED056; }
a { background-color: rgb(222,208,86); }
div.DivClassName
{
background-color: #DED056;
}
.BgClassName
{
background-color: #DED056;
}
</style>
border-color css
<style>
span { border-color: #DED056; }
span { border-color: rgb(222,208,86); }
td.TdClassName
{
border-color: #DED056;
}
.TagClassName
{
border-color: #DED056;
}
</style>