Shades of Manz #DED64E
Tints of Manz #DED64E
RGB
CMYK
RGB Variations
Color information
#DED64E (or 0xDED64E) is known color: Manz. HEX triplet: DE, D6 and 4E. RGB value is (222,214,78). Sum of RGB (Red+Green+Blue) = 222+214+78=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DED64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED64E is #2129B1. Grayscale: #C9C9C9. Windows color (decimal): -2173362 or 5166814. OLE color: 5166814.
HSL color Cylindrical-coordinate representation of color #DED64E: hue angle of 56.67º 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 #DED64E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 78 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 56.67º | 0.69% | 0.59% | - |
| HSV(B) | 56.67º | 0.65% | 0.87% | - |
| XYZ | 55.55 | 64.17 | 16.67 | - |
| YUV | 200.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 78 | 0 | 0.04 | 0.65 | 0.13 | 56.67 | 0.69 | 0.59 |
| Hex | DE | D6 | 4E | 0 | 4 | 41 | D | 39 | 45 | 3B |
| Octal | 336 | 326 | 116 | 0 | 4 | 101 | 15 | 71 | 105 | 73 |
| Binary | 11011110 | 11010110 | 1001110 | 0 | 100 | 1000001 | 1101 | 111001 | 1000101 | 111011 |
Color Harmonies of #DED64E
Complementary color
Monochromatic Colors of #DED64E
Black with #DED64E
Text Example
Text Example
White with #DED64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED64E; }
p { color: rgb(222,214,78); }
H1.HeaderClassName
{
color: #DED64E;
}
.AnyTagClassName
{
color: #DED64E;
}
</style>
background-color css
<style>
a { background-color: #DED64E; }
a { background-color: rgb(222,214,78); }
div.DivClassName
{
background-color: #DED64E;
}
.BgClassName
{
background-color: #DED64E;
}
</style>
border-color css
<style>
span { border-color: #DED64E; }
span { border-color: rgb(222,214,78); }
td.TdClassName
{
border-color: #DED64E;
}
.TagClassName
{
border-color: #DED64E;
}
</style>