Shades of Manz #DEDC60
Tints of Manz #DEDC60
RGB
CMYK
RGB Variations
Color information
#DEDC60 (or 0xDEDC60) is known color: Manz. HEX triplet: DE, DC and 60. RGB value is (222,220,96). Sum of RGB (Red+Green+Blue) = 222+220+96=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC60 is #21239F. Grayscale: #CECECE. Windows color (decimal): -2171808 or 6347998. OLE color: 6347998.
HSL color Cylindrical-coordinate representation of color #DEDC60: hue angle of 59.05º 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 #DEDC60 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 96 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.13 |
| HSL | 59.05º | 0.66% | 0.62% | - |
| HSV(B) | 59.05º | 0.57% | 0.87% | - |
| XYZ | 57.83 | 67.56 | 21.06 | - |
| YUV | 206.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 96 | 0 | 0.01 | 0.57 | 0.13 | 59.05 | 0.66 | 0.62 |
| Hex | DE | DC | 60 | 0 | 1 | 39 | D | 3B | 42 | 3E |
| Octal | 336 | 334 | 140 | 0 | 1 | 71 | 15 | 73 | 102 | 76 |
| Binary | 11011110 | 11011100 | 1100000 | 0 | 1 | 111001 | 1101 | 111011 | 1000010 | 111110 |
Color Harmonies of #DEDC60
Complementary color
Monochromatic Colors of #DEDC60
Black with #DEDC60
Text Example
Text Example
White with #DEDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC60; }
p { color: rgb(222,220,96); }
H1.HeaderClassName
{
color: #DEDC60;
}
.AnyTagClassName
{
color: #DEDC60;
}
</style>
background-color css
<style>
a { background-color: #DEDC60; }
a { background-color: rgb(222,220,96); }
div.DivClassName
{
background-color: #DEDC60;
}
.BgClassName
{
background-color: #DEDC60;
}
</style>
border-color css
<style>
span { border-color: #DEDC60; }
span { border-color: rgb(222,220,96); }
td.TdClassName
{
border-color: #DEDC60;
}
.TagClassName
{
border-color: #DEDC60;
}
</style>