Shades of Manz #DEDA5E
Tints of Manz #DEDA5E
RGB
CMYK
RGB Variations
Color information
#DEDA5E (or 0xDEDA5E) is known color: Manz. HEX triplet: DE, DA and 5E. RGB value is (222,218,94). Sum of RGB (Red+Green+Blue) = 222+218+94=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA5E is #2125A1. Grayscale: #CDCDCD. Windows color (decimal): -2172322 or 6216414. OLE color: 6216414.
HSL color Cylindrical-coordinate representation of color #DEDA5E: hue angle of 58.12º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEDA5E is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 94 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.13 |
| HSL | 58.13º | 0.66% | 0.62% | - |
| HSV(B) | 58.13º | 0.58% | 0.87% | - |
| XYZ | 57.22 | 66.48 | 20.41 | - |
| YUV | 205.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 94 | 0 | 0.02 | 0.58 | 0.13 | 58.13 | 0.66 | 0.62 |
| Hex | DE | DA | 5E | 0 | 2 | 3A | D | 3A | 42 | 3E |
| Octal | 336 | 332 | 136 | 0 | 2 | 72 | 15 | 72 | 102 | 76 |
| Binary | 11011110 | 11011010 | 1011110 | 0 | 10 | 111010 | 1101 | 111010 | 1000010 | 111110 |
Color Harmonies of #DEDA5E
Complementary color
Monochromatic Colors of #DEDA5E
Black with #DEDA5E
Text Example
Text Example
White with #DEDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA5E; }
p { color: rgb(222,218,94); }
H1.HeaderClassName
{
color: #DEDA5E;
}
.AnyTagClassName
{
color: #DEDA5E;
}
</style>
background-color css
<style>
a { background-color: #DEDA5E; }
a { background-color: rgb(222,218,94); }
div.DivClassName
{
background-color: #DEDA5E;
}
.BgClassName
{
background-color: #DEDA5E;
}
</style>
border-color css
<style>
span { border-color: #DEDA5E; }
span { border-color: rgb(222,218,94); }
td.TdClassName
{
border-color: #DEDA5E;
}
.TagClassName
{
border-color: #DEDA5E;
}
</style>