Shades of Manz #DEDB59
Tints of Manz #DEDB59
RGB
CMYK
RGB Variations
Color information
#DEDB59 (or 0xDEDB59) is known color: Manz. HEX triplet: DE, DB and 59. RGB value is (222,219,89). Sum of RGB (Red+Green+Blue) = 222+219+89=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB59 is #2124A6. Grayscale: #CDCDCD. Windows color (decimal): -2172071 or 5888990. OLE color: 5888990.
HSL color Cylindrical-coordinate representation of color #DEDB59: hue angle of 58.65º 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 #DEDB59 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 89 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.13 |
| HSL | 58.65º | 0.67% | 0.61% | - |
| HSV(B) | 58.65º | 0.6% | 0.87% | - |
| XYZ | 57.26 | 66.91 | 19.35 | - |
| YUV | 205.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 89 | 0 | 0.01 | 0.60 | 0.13 | 58.65 | 0.67 | 0.61 |
| Hex | DE | DB | 59 | 0 | 1 | 3C | D | 3B | 43 | 3D |
| Octal | 336 | 333 | 131 | 0 | 1 | 74 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011011 | 1011001 | 0 | 1 | 111100 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDB59
Complementary color
Monochromatic Colors of #DEDB59
Black with #DEDB59
Text Example
Text Example
White with #DEDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB59; }
p { color: rgb(222,219,89); }
H1.HeaderClassName
{
color: #DEDB59;
}
.AnyTagClassName
{
color: #DEDB59;
}
</style>
background-color css
<style>
a { background-color: #DEDB59; }
a { background-color: rgb(222,219,89); }
div.DivClassName
{
background-color: #DEDB59;
}
.BgClassName
{
background-color: #DEDB59;
}
</style>
border-color css
<style>
span { border-color: #DEDB59; }
span { border-color: rgb(222,219,89); }
td.TdClassName
{
border-color: #DEDB59;
}
.TagClassName
{
border-color: #DEDB59;
}
</style>