Shades of Manz #DEDA4D
Tints of Manz #DEDA4D
RGB
CMYK
RGB Variations
Color information
#DEDA4D (or 0xDEDA4D) is known color: Manz. HEX triplet: DE, DA and 4D. RGB value is (222,218,77). Sum of RGB (Red+Green+Blue) = 222+218+77=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA4D is #2125B2. Grayscale: #CBCBCB. Windows color (decimal): -2172339 or 5102302. OLE color: 5102302.
HSL color Cylindrical-coordinate representation of color #DEDA4D: hue angle of 58.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEDA4D is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 77 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.13 |
| HSL | 58.34º | 0.69% | 0.59% | - |
| HSV(B) | 58.34º | 0.65% | 0.87% | - |
| XYZ | 56.54 | 66.21 | 16.82 | - |
| YUV | 203.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 77 | 0 | 0.02 | 0.65 | 0.13 | 58.34 | 0.69 | 0.59 |
| Hex | DE | DA | 4D | 0 | 2 | 41 | D | 3A | 45 | 3B |
| Octal | 336 | 332 | 115 | 0 | 2 | 101 | 15 | 72 | 105 | 73 |
| Binary | 11011110 | 11011010 | 1001101 | 0 | 10 | 1000001 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DEDA4D
Complementary color
Monochromatic Colors of #DEDA4D
Black with #DEDA4D
Text Example
Text Example
White with #DEDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA4D; }
p { color: rgb(222,218,77); }
H1.HeaderClassName
{
color: #DEDA4D;
}
.AnyTagClassName
{
color: #DEDA4D;
}
</style>
background-color css
<style>
a { background-color: #DEDA4D; }
a { background-color: rgb(222,218,77); }
div.DivClassName
{
background-color: #DEDA4D;
}
.BgClassName
{
background-color: #DEDA4D;
}
</style>
border-color css
<style>
span { border-color: #DEDA4D; }
span { border-color: rgb(222,218,77); }
td.TdClassName
{
border-color: #DEDA4D;
}
.TagClassName
{
border-color: #DEDA4D;
}
</style>