Shades of Manz #DED65E
Tints of Manz #DED65E
RGB
CMYK
RGB Variations
Color information
#DED65E (or 0xDED65E) is known color: Manz. HEX triplet: DE, D6 and 5E. RGB value is (222,214,94). Sum of RGB (Red+Green+Blue) = 222+214+94=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DED65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED65E is #2129A1. Grayscale: #CBCBCB. Windows color (decimal): -2173346 or 6215390. OLE color: 6215390.
HSL color Cylindrical-coordinate representation of color #DED65E: hue angle of 56.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DED65E is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 94 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.13 |
| HSL | 56.25º | 0.66% | 0.62% | - |
| HSV(B) | 56.25º | 0.58% | 0.87% | - |
| XYZ | 56.19 | 64.43 | 20.06 | - |
| YUV | 202.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 94 | 0 | 0.04 | 0.58 | 0.13 | 56.25 | 0.66 | 0.62 |
| Hex | DE | D6 | 5E | 0 | 4 | 3A | D | 38 | 42 | 3E |
| Octal | 336 | 326 | 136 | 0 | 4 | 72 | 15 | 70 | 102 | 76 |
| Binary | 11011110 | 11010110 | 1011110 | 0 | 100 | 111010 | 1101 | 111000 | 1000010 | 111110 |
Color Harmonies of #DED65E
Complementary color
Monochromatic Colors of #DED65E
Black with #DED65E
Text Example
Text Example
White with #DED65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED65E; }
p { color: rgb(222,214,94); }
H1.HeaderClassName
{
color: #DED65E;
}
.AnyTagClassName
{
color: #DED65E;
}
</style>
background-color css
<style>
a { background-color: #DED65E; }
a { background-color: rgb(222,214,94); }
div.DivClassName
{
background-color: #DED65E;
}
.BgClassName
{
background-color: #DED65E;
}
</style>
border-color css
<style>
span { border-color: #DED65E; }
span { border-color: rgb(222,214,94); }
td.TdClassName
{
border-color: #DED65E;
}
.TagClassName
{
border-color: #DED65E;
}
</style>