Shades of Manz #DEDA59
Tints of Manz #DEDA59
RGB
CMYK
RGB Variations
Color information
#DEDA59 (or 0xDEDA59) is known color: Manz. HEX triplet: DE, DA and 59. RGB value is (222,218,89). Sum of RGB (Red+Green+Blue) = 222+218+89=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA59 is #2125A6. Grayscale: #CDCDCD. Windows color (decimal): -2172327 or 5888734. OLE color: 5888734.
HSL color Cylindrical-coordinate representation of color #DEDA59: hue angle of 58.2º 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 #DEDA59 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 89 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.13 |
| HSL | 58.2º | 0.67% | 0.61% | - |
| HSV(B) | 58.2º | 0.6% | 0.87% | - |
| XYZ | 57 | 66.39 | 19.26 | - |
| YUV | 204.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 89 | 0 | 0.02 | 0.60 | 0.13 | 58.2 | 0.67 | 0.61 |
| Hex | DE | DA | 59 | 0 | 2 | 3C | D | 3A | 43 | 3D |
| Octal | 336 | 332 | 131 | 0 | 2 | 74 | 15 | 72 | 103 | 75 |
| Binary | 11011110 | 11011010 | 1011001 | 0 | 10 | 111100 | 1101 | 111010 | 1000011 | 111101 |
Color Harmonies of #DEDA59
Complementary color
Monochromatic Colors of #DEDA59
Black with #DEDA59
Text Example
Text Example
White with #DEDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA59; }
p { color: rgb(222,218,89); }
H1.HeaderClassName
{
color: #DEDA59;
}
.AnyTagClassName
{
color: #DEDA59;
}
</style>
background-color css
<style>
a { background-color: #DEDA59; }
a { background-color: rgb(222,218,89); }
div.DivClassName
{
background-color: #DEDA59;
}
.BgClassName
{
background-color: #DEDA59;
}
</style>
border-color css
<style>
span { border-color: #DEDA59; }
span { border-color: rgb(222,218,89); }
td.TdClassName
{
border-color: #DEDA59;
}
.TagClassName
{
border-color: #DEDA59;
}
</style>