Shades of Manz #DED256
Tints of Manz #DED256
RGB
CMYK
RGB Variations
Color information
#DED256 (or 0xDED256) is known color: Manz. HEX triplet: DE, D2 and 56. RGB value is (222,210,86). Sum of RGB (Red+Green+Blue) = 222+210+86=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DED256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED256 is #212DA9. Grayscale: #C7C7C7. Windows color (decimal): -2174378 or 5690078. OLE color: 5690078.
HSL color Cylindrical-coordinate representation of color #DED256: hue angle of 54.71º 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 #DED256 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 54.71º | 0.67% | 0.6% | - |
| HSV(B) | 54.71º | 0.61% | 0.87% | - |
| XYZ | 54.85 | 62.29 | 17.94 | - |
| YUV | 199.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 86 | 0 | 0.05 | 0.61 | 0.13 | 54.71 | 0.67 | 0.6 |
| Hex | DE | D2 | 56 | 0 | 5 | 3D | D | 37 | 43 | 3C |
| Octal | 336 | 322 | 126 | 0 | 5 | 75 | 15 | 67 | 103 | 74 |
| Binary | 11011110 | 11010010 | 1010110 | 0 | 101 | 111101 | 1101 | 110111 | 1000011 | 111100 |
Color Harmonies of #DED256
Complementary color
Monochromatic Colors of #DED256
Black with #DED256
Text Example
Text Example
White with #DED256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED256; }
p { color: rgb(222,210,86); }
H1.HeaderClassName
{
color: #DED256;
}
.AnyTagClassName
{
color: #DED256;
}
</style>
background-color css
<style>
a { background-color: #DED256; }
a { background-color: rgb(222,210,86); }
div.DivClassName
{
background-color: #DED256;
}
.BgClassName
{
background-color: #DED256;
}
</style>
border-color css
<style>
span { border-color: #DED256; }
span { border-color: rgb(222,210,86); }
td.TdClassName
{
border-color: #DED256;
}
.TagClassName
{
border-color: #DED256;
}
</style>