Shades of Manz #DEDE5C
Tints of Manz #DEDE5C
RGB
CMYK
RGB Variations
Color information
#DEDE5C (or 0xDEDE5C) is known color: Manz. HEX triplet: DE, DE and 5C. RGB value is (222,222,92). Sum of RGB (Red+Green+Blue) = 222+222+92=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE5C is #2121A3. Grayscale: #CFCFCF. Windows color (decimal): -2171300 or 6086366. OLE color: 6086366.
HSL color Cylindrical-coordinate representation of color #DEDE5C: 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.59%. Process color model (Four color, CMYK) of #DEDE5C is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 92 | - |
| CMYK | 0 | 0 | 0.59 | 0.13 |
| HSL | 60º | 0.66% | 0.62% | - |
| HSV(B) | 60º | 0.59% | 0.87% | - |
| XYZ | 58.18 | 68.54 | 20.29 | - |
| YUV | 207.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 92 | 0 | 0 | 0.59 | 0.13 | 60 | 0.66 | 0.62 |
| Hex | DE | DE | 5C | 0 | 0 | 3B | D | 3C | 42 | 3E |
| Octal | 336 | 336 | 134 | 0 | 0 | 73 | 15 | 74 | 102 | 76 |
| Binary | 11011110 | 11011110 | 1011100 | 0 | 0 | 111011 | 1101 | 111100 | 1000010 | 111110 |
Color Harmonies of #DEDE5C
Complementary color
Monochromatic Colors of #DEDE5C
Black with #DEDE5C
Text Example
Text Example
White with #DEDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE5C; }
p { color: rgb(222,222,92); }
H1.HeaderClassName
{
color: #DEDE5C;
}
.AnyTagClassName
{
color: #DEDE5C;
}
</style>
background-color css
<style>
a { background-color: #DEDE5C; }
a { background-color: rgb(222,222,92); }
div.DivClassName
{
background-color: #DEDE5C;
}
.BgClassName
{
background-color: #DEDE5C;
}
</style>
border-color css
<style>
span { border-color: #DEDE5C; }
span { border-color: rgb(222,222,92); }
td.TdClassName
{
border-color: #DEDE5C;
}
.TagClassName
{
border-color: #DEDE5C;
}
</style>