Shades of Manz #DEDA4E
Tints of Manz #DEDA4E
RGB
CMYK
RGB Variations
Color information
#DEDA4E (or 0xDEDA4E) is known color: Manz. HEX triplet: DE, DA and 4E. RGB value is (222,218,78). Sum of RGB (Red+Green+Blue) = 222+218+78=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA4E is #2125B1. Grayscale: #CBCBCB. Windows color (decimal): -2172338 or 5167838. OLE color: 5167838.
HSL color Cylindrical-coordinate representation of color #DEDA4E: hue angle of 58.33º 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 #DEDA4E is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 78 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.13 |
| HSL | 58.33º | 0.69% | 0.59% | - |
| HSV(B) | 58.33º | 0.65% | 0.87% | - |
| XYZ | 56.57 | 66.22 | 17.01 | - |
| YUV | 203.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 78 | 0 | 0.02 | 0.65 | 0.13 | 58.33 | 0.69 | 0.59 |
| Hex | DE | DA | 4E | 0 | 2 | 41 | D | 3A | 45 | 3B |
| Octal | 336 | 332 | 116 | 0 | 2 | 101 | 15 | 72 | 105 | 73 |
| Binary | 11011110 | 11011010 | 1001110 | 0 | 10 | 1000001 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DEDA4E
Complementary color
Monochromatic Colors of #DEDA4E
Black with #DEDA4E
Text Example
Text Example
White with #DEDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA4E; }
p { color: rgb(222,218,78); }
H1.HeaderClassName
{
color: #DEDA4E;
}
.AnyTagClassName
{
color: #DEDA4E;
}
</style>
background-color css
<style>
a { background-color: #DEDA4E; }
a { background-color: rgb(222,218,78); }
div.DivClassName
{
background-color: #DEDA4E;
}
.BgClassName
{
background-color: #DEDA4E;
}
</style>
border-color css
<style>
span { border-color: #DEDA4E; }
span { border-color: rgb(222,218,78); }
td.TdClassName
{
border-color: #DEDA4E;
}
.TagClassName
{
border-color: #DEDA4E;
}
</style>