Shades of Manz #DEDB4E
Tints of Manz #DEDB4E
RGB
CMYK
RGB Variations
Color information
#DEDB4E (or 0xDEDB4E) is known color: Manz. HEX triplet: DE, DB and 4E. RGB value is (222,219,78). Sum of RGB (Red+Green+Blue) = 222+219+78=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB4E is #2124B1. Grayscale: #CCCCCC. Windows color (decimal): -2172082 or 5168094. OLE color: 5168094.
HSL color Cylindrical-coordinate representation of color #DEDB4E: hue angle of 58.75º 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 #DEDB4E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 58.75º | 0.69% | 0.59% | - |
| HSV(B) | 58.75º | 0.65% | 0.87% | - |
| XYZ | 56.83 | 66.74 | 17.1 | - |
| YUV | 203.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 78 | 0 | 0.01 | 0.65 | 0.13 | 58.75 | 0.69 | 0.59 |
| Hex | DE | DB | 4E | 0 | 1 | 41 | D | 3B | 45 | 3B |
| Octal | 336 | 333 | 116 | 0 | 1 | 101 | 15 | 73 | 105 | 73 |
| Binary | 11011110 | 11011011 | 1001110 | 0 | 1 | 1000001 | 1101 | 111011 | 1000101 | 111011 |
Color Harmonies of #DEDB4E
Complementary color
Monochromatic Colors of #DEDB4E
Black with #DEDB4E
Text Example
Text Example
White with #DEDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB4E; }
p { color: rgb(222,219,78); }
H1.HeaderClassName
{
color: #DEDB4E;
}
.AnyTagClassName
{
color: #DEDB4E;
}
</style>
background-color css
<style>
a { background-color: #DEDB4E; }
a { background-color: rgb(222,219,78); }
div.DivClassName
{
background-color: #DEDB4E;
}
.BgClassName
{
background-color: #DEDB4E;
}
</style>
border-color css
<style>
span { border-color: #DEDB4E; }
span { border-color: rgb(222,219,78); }
td.TdClassName
{
border-color: #DEDB4E;
}
.TagClassName
{
border-color: #DEDB4E;
}
</style>