Shades of Manz #DED456
Tints of Manz #DED456
RGB
CMYK
RGB Variations
Color information
#DED456 (or 0xDED456) is known color: Manz. HEX triplet: DE, D4 and 56. RGB value is (222,212,86). Sum of RGB (Red+Green+Blue) = 222+212+86=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED456 is #212BA9. Grayscale: #C9C9C9. Windows color (decimal): -2173866 or 5690590. OLE color: 5690590.
HSL color Cylindrical-coordinate representation of color #DED456: hue angle of 55.59º 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 #DED456 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 86 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.13 |
| HSL | 55.59º | 0.67% | 0.6% | - |
| HSV(B) | 55.59º | 0.61% | 0.87% | - |
| XYZ | 55.35 | 63.29 | 18.1 | - |
| YUV | 200.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 86 | 0 | 0.05 | 0.61 | 0.13 | 55.59 | 0.67 | 0.6 |
| Hex | DE | D4 | 56 | 0 | 5 | 3D | D | 38 | 43 | 3C |
| Octal | 336 | 324 | 126 | 0 | 5 | 75 | 15 | 70 | 103 | 74 |
| Binary | 11011110 | 11010100 | 1010110 | 0 | 101 | 111101 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DED456
Complementary color
Monochromatic Colors of #DED456
Black with #DED456
Text Example
Text Example
White with #DED456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED456; }
p { color: rgb(222,212,86); }
H1.HeaderClassName
{
color: #DED456;
}
.AnyTagClassName
{
color: #DED456;
}
</style>
background-color css
<style>
a { background-color: #DED456; }
a { background-color: rgb(222,212,86); }
div.DivClassName
{
background-color: #DED456;
}
.BgClassName
{
background-color: #DED456;
}
</style>
border-color css
<style>
span { border-color: #DED456; }
span { border-color: rgb(222,212,86); }
td.TdClassName
{
border-color: #DED456;
}
.TagClassName
{
border-color: #DED456;
}
</style>