Shades of Manz #DEDA58
Tints of Manz #DEDA58
RGB
CMYK
RGB Variations
Color information
#DEDA58 (or 0xDEDA58) is known color: Manz. HEX triplet: DE, DA and 58. RGB value is (222,218,88). Sum of RGB (Red+Green+Blue) = 222+218+88=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA58 is #2125A7. Grayscale: #CCCCCC. Windows color (decimal): -2172328 or 5823198. OLE color: 5823198.
HSL color Cylindrical-coordinate representation of color #DEDA58: hue angle of 58.21º 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 #DEDA58 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 88 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.13 |
| HSL | 58.21º | 0.67% | 0.61% | - |
| HSV(B) | 58.21º | 0.6% | 0.87% | - |
| XYZ | 56.96 | 66.38 | 19.04 | - |
| YUV | 204.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 88 | 0 | 0.02 | 0.60 | 0.13 | 58.21 | 0.67 | 0.61 |
| Hex | DE | DA | 58 | 0 | 2 | 3C | D | 3A | 43 | 3D |
| Octal | 336 | 332 | 130 | 0 | 2 | 74 | 15 | 72 | 103 | 75 |
| Binary | 11011110 | 11011010 | 1011000 | 0 | 10 | 111100 | 1101 | 111010 | 1000011 | 111101 |
Color Harmonies of #DEDA58
Complementary color
Monochromatic Colors of #DEDA58
Black with #DEDA58
Text Example
Text Example
White with #DEDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA58; }
p { color: rgb(222,218,88); }
H1.HeaderClassName
{
color: #DEDA58;
}
.AnyTagClassName
{
color: #DEDA58;
}
</style>
background-color css
<style>
a { background-color: #DEDA58; }
a { background-color: rgb(222,218,88); }
div.DivClassName
{
background-color: #DEDA58;
}
.BgClassName
{
background-color: #DEDA58;
}
</style>
border-color css
<style>
span { border-color: #DEDA58; }
span { border-color: rgb(222,218,88); }
td.TdClassName
{
border-color: #DEDA58;
}
.TagClassName
{
border-color: #DEDA58;
}
</style>