Shades of Manz #DED356
Tints of Manz #DED356
RGB
CMYK
RGB Variations
Color information
#DED356 (or 0xDED356) is known color: Manz. HEX triplet: DE, D3 and 56. RGB value is (222,211,86). Sum of RGB (Red+Green+Blue) = 222+211+86=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED356 is #212CA9. Grayscale: #C8C8C8. Windows color (decimal): -2174122 or 5690334. OLE color: 5690334.
HSL color Cylindrical-coordinate representation of color #DED356: hue angle of 55.15º 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 #DED356 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 55.15º | 0.67% | 0.6% | - |
| HSV(B) | 55.15º | 0.61% | 0.87% | - |
| XYZ | 55.1 | 62.79 | 18.02 | - |
| YUV | 200.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 86 | 0 | 0.05 | 0.61 | 0.13 | 55.15 | 0.67 | 0.6 |
| Hex | DE | D3 | 56 | 0 | 5 | 3D | D | 37 | 43 | 3C |
| Octal | 336 | 323 | 126 | 0 | 5 | 75 | 15 | 67 | 103 | 74 |
| Binary | 11011110 | 11010011 | 1010110 | 0 | 101 | 111101 | 1101 | 110111 | 1000011 | 111100 |
Color Harmonies of #DED356
Complementary color
Monochromatic Colors of #DED356
Black with #DED356
Text Example
Text Example
White with #DED356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED356; }
p { color: rgb(222,211,86); }
H1.HeaderClassName
{
color: #DED356;
}
.AnyTagClassName
{
color: #DED356;
}
</style>
background-color css
<style>
a { background-color: #DED356; }
a { background-color: rgb(222,211,86); }
div.DivClassName
{
background-color: #DED356;
}
.BgClassName
{
background-color: #DED356;
}
</style>
border-color css
<style>
span { border-color: #DED356; }
span { border-color: rgb(222,211,86); }
td.TdClassName
{
border-color: #DED356;
}
.TagClassName
{
border-color: #DED356;
}
</style>