Shades of Manz #DED94E
Tints of Manz #DED94E
RGB
CMYK
RGB Variations
Color information
#DED94E (or 0xDED94E) is known color: Manz. HEX triplet: DE, D9 and 4E. RGB value is (222,217,78). Sum of RGB (Red+Green+Blue) = 222+217+78=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DED94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED94E is #2126B1. Grayscale: #CBCBCB. Windows color (decimal): -2172594 or 5167582. OLE color: 5167582.
HSL color Cylindrical-coordinate representation of color #DED94E: hue angle of 57.92º 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 #DED94E is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 78 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.13 |
| HSL | 57.92º | 0.69% | 0.59% | - |
| HSV(B) | 57.92º | 0.65% | 0.87% | - |
| XYZ | 56.31 | 65.71 | 16.92 | - |
| YUV | 202.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 78 | 0 | 0.02 | 0.65 | 0.13 | 57.92 | 0.69 | 0.59 |
| Hex | DE | D9 | 4E | 0 | 2 | 41 | D | 3A | 45 | 3B |
| Octal | 336 | 331 | 116 | 0 | 2 | 101 | 15 | 72 | 105 | 73 |
| Binary | 11011110 | 11011001 | 1001110 | 0 | 10 | 1000001 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DED94E
Complementary color
Monochromatic Colors of #DED94E
Black with #DED94E
Text Example
Text Example
White with #DED94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED94E; }
p { color: rgb(222,217,78); }
H1.HeaderClassName
{
color: #DED94E;
}
.AnyTagClassName
{
color: #DED94E;
}
</style>
background-color css
<style>
a { background-color: #DED94E; }
a { background-color: rgb(222,217,78); }
div.DivClassName
{
background-color: #DED94E;
}
.BgClassName
{
background-color: #DED94E;
}
</style>
border-color css
<style>
span { border-color: #DED94E; }
span { border-color: rgb(222,217,78); }
td.TdClassName
{
border-color: #DED94E;
}
.TagClassName
{
border-color: #DED94E;
}
</style>