Shades of Manz #DEDE5F
Tints of Manz #DEDE5F
RGB
CMYK
RGB Variations
Color information
#DEDE5F (or 0xDEDE5F) is known color: Manz. HEX triplet: DE, DE and 5F. RGB value is (222,222,95). Sum of RGB (Red+Green+Blue) = 222+222+95=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE5F is #2121A0. Grayscale: #D0D0D0. Windows color (decimal): -2171297 or 6282974. OLE color: 6282974.
HSL color Cylindrical-coordinate representation of color #DEDE5F: hue angle of 60º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEDE5F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 95 | - |
| CMYK | 0 | 0 | 0.57 | 0.13 |
| HSL | 60º | 0.66% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.87% | - |
| XYZ | 58.31 | 68.6 | 20.99 | - |
| YUV | 207.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 95 | 0 | 0 | 0.57 | 0.13 | 60 | 0.66 | 0.62 |
| Hex | DE | DE | 5F | 0 | 0 | 39 | D | 3C | 42 | 3E |
| Octal | 336 | 336 | 137 | 0 | 0 | 71 | 15 | 74 | 102 | 76 |
| Binary | 11011110 | 11011110 | 1011111 | 0 | 0 | 111001 | 1101 | 111100 | 1000010 | 111110 |
Color Harmonies of #DEDE5F
Complementary color
Monochromatic Colors of #DEDE5F
Black with #DEDE5F
Text Example
Text Example
White with #DEDE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE5F; }
p { color: rgb(222,222,95); }
H1.HeaderClassName
{
color: #DEDE5F;
}
.AnyTagClassName
{
color: #DEDE5F;
}
</style>
background-color css
<style>
a { background-color: #DEDE5F; }
a { background-color: rgb(222,222,95); }
div.DivClassName
{
background-color: #DEDE5F;
}
.BgClassName
{
background-color: #DEDE5F;
}
</style>
border-color css
<style>
span { border-color: #DEDE5F; }
span { border-color: rgb(222,222,95); }
td.TdClassName
{
border-color: #DEDE5F;
}
.TagClassName
{
border-color: #DEDE5F;
}
</style>