Shades of Manz #DEDD59
Tints of Manz #DEDD59
RGB
CMYK
RGB Variations
Color information
#DEDD59 (or 0xDEDD59) is known color: Manz. HEX triplet: DE, DD and 59. RGB value is (222,221,89). Sum of RGB (Red+Green+Blue) = 222+221+89=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD59 is #2122A6. Grayscale: #CECECE. Windows color (decimal): -2171559 or 5889502. OLE color: 5889502.
HSL color Cylindrical-coordinate representation of color #DEDD59: hue angle of 59.55º 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 #DEDD59 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 89 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.13 |
| HSL | 59.55º | 0.67% | 0.61% | - |
| HSV(B) | 59.55º | 0.6% | 0.87% | - |
| XYZ | 57.78 | 67.96 | 19.52 | - |
| YUV | 206.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 89 | 0 | 0.00 | 0.60 | 0.13 | 59.55 | 0.67 | 0.61 |
| Hex | DE | DD | 59 | 0 | 0 | 3C | D | 3C | 43 | 3D |
| Octal | 336 | 335 | 131 | 0 | 0 | 74 | 15 | 74 | 103 | 75 |
| Binary | 11011110 | 11011101 | 1011001 | 0 | 0 | 111100 | 1101 | 111100 | 1000011 | 111101 |
Color Harmonies of #DEDD59
Complementary color
Monochromatic Colors of #DEDD59
Black with #DEDD59
Text Example
Text Example
White with #DEDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD59; }
p { color: rgb(222,221,89); }
H1.HeaderClassName
{
color: #DEDD59;
}
.AnyTagClassName
{
color: #DEDD59;
}
</style>
background-color css
<style>
a { background-color: #DEDD59; }
a { background-color: rgb(222,221,89); }
div.DivClassName
{
background-color: #DEDD59;
}
.BgClassName
{
background-color: #DEDD59;
}
</style>
border-color css
<style>
span { border-color: #DEDD59; }
span { border-color: rgb(222,221,89); }
td.TdClassName
{
border-color: #DEDD59;
}
.TagClassName
{
border-color: #DEDD59;
}
</style>