Shades of Manz #DEDE60
Tints of Manz #DEDE60
RGB
CMYK
RGB Variations
Color information
#DEDE60 (or 0xDEDE60) is known color: Manz. HEX triplet: DE, DE and 60. RGB value is (222,222,96). Sum of RGB (Red+Green+Blue) = 222+222+96=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE60 is #21219F. Grayscale: #D0D0D0. Windows color (decimal): -2171296 or 6348510. OLE color: 6348510.
HSL color Cylindrical-coordinate representation of color #DEDE60: 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 #DEDE60 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 96 | - |
| CMYK | 0 | 0 | 0.57 | 0.13 |
| HSL | 60º | 0.66% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.87% | - |
| XYZ | 58.36 | 68.62 | 21.23 | - |
| YUV | 207.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 96 | 0 | 0 | 0.57 | 0.13 | 60 | 0.66 | 0.62 |
| Hex | DE | DE | 60 | 0 | 0 | 39 | D | 3C | 42 | 3E |
| Octal | 336 | 336 | 140 | 0 | 0 | 71 | 15 | 74 | 102 | 76 |
| Binary | 11011110 | 11011110 | 1100000 | 0 | 0 | 111001 | 1101 | 111100 | 1000010 | 111110 |
Color Harmonies of #DEDE60
Complementary color
Monochromatic Colors of #DEDE60
Black with #DEDE60
Text Example
Text Example
White with #DEDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE60; }
p { color: rgb(222,222,96); }
H1.HeaderClassName
{
color: #DEDE60;
}
.AnyTagClassName
{
color: #DEDE60;
}
</style>
background-color css
<style>
a { background-color: #DEDE60; }
a { background-color: rgb(222,222,96); }
div.DivClassName
{
background-color: #DEDE60;
}
.BgClassName
{
background-color: #DEDE60;
}
</style>
border-color css
<style>
span { border-color: #DEDE60; }
span { border-color: rgb(222,222,96); }
td.TdClassName
{
border-color: #DEDE60;
}
.TagClassName
{
border-color: #DEDE60;
}
</style>