Shades of Manz #DEDE59
Tints of Manz #DEDE59
RGB
CMYK
RGB Variations
Color information
#DEDE59 (or 0xDEDE59) is known color: Manz. HEX triplet: DE, DE and 59. RGB value is (222,222,89). Sum of RGB (Red+Green+Blue) = 222+222+89=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE59 is #2121A6. Grayscale: #CFCFCF. Windows color (decimal): -2171303 or 5889758. OLE color: 5889758.
HSL color Cylindrical-coordinate representation of color #DEDE59: hue angle of 60º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEDE59 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 89 | - |
| CMYK | 0 | 0 | 0.60 | 0.13 |
| HSL | 60º | 0.67% | 0.61% | - |
| HSV(B) | 60º | 0.6% | 0.87% | - |
| XYZ | 58.05 | 68.49 | 19.61 | - |
| YUV | 206.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 89 | 0 | 0 | 0.60 | 0.13 | 60 | 0.67 | 0.61 |
| Hex | DE | DE | 59 | 0 | 0 | 3C | D | 3C | 43 | 3D |
| Octal | 336 | 336 | 131 | 0 | 0 | 74 | 15 | 74 | 103 | 75 |
| Binary | 11011110 | 11011110 | 1011001 | 0 | 0 | 111100 | 1101 | 111100 | 1000011 | 111101 |
Color Harmonies of #DEDE59
Complementary color
Monochromatic Colors of #DEDE59
Black with #DEDE59
Text Example
Text Example
White with #DEDE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE59; }
p { color: rgb(222,222,89); }
H1.HeaderClassName
{
color: #DEDE59;
}
.AnyTagClassName
{
color: #DEDE59;
}
</style>
background-color css
<style>
a { background-color: #DEDE59; }
a { background-color: rgb(222,222,89); }
div.DivClassName
{
background-color: #DEDE59;
}
.BgClassName
{
background-color: #DEDE59;
}
</style>
border-color css
<style>
span { border-color: #DEDE59; }
span { border-color: rgb(222,222,89); }
td.TdClassName
{
border-color: #DEDE59;
}
.TagClassName
{
border-color: #DEDE59;
}
</style>