Shades of Manz #DEDC58
Tints of Manz #DEDC58
RGB
CMYK
RGB Variations
Color information
#DEDC58 (or 0xDEDC58) is known color: Manz. HEX triplet: DE, DC and 58. RGB value is (222,220,88). Sum of RGB (Red+Green+Blue) = 222+220+88=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC58 is #2123A7. Grayscale: #CECECE. Windows color (decimal): -2171816 or 5823710. OLE color: 5823710.
HSL color Cylindrical-coordinate representation of color #DEDC58: hue angle of 59.1º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEDC58 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 88 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.13 |
| HSL | 59.1º | 0.67% | 0.61% | - |
| HSV(B) | 59.1º | 0.6% | 0.87% | - |
| XYZ | 57.48 | 67.42 | 19.22 | - |
| YUV | 205.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 88 | 0 | 0.01 | 0.60 | 0.13 | 59.1 | 0.67 | 0.61 |
| Hex | DE | DC | 58 | 0 | 1 | 3C | D | 3B | 43 | 3D |
| Octal | 336 | 334 | 130 | 0 | 1 | 74 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011100 | 1011000 | 0 | 1 | 111100 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDC58
Complementary color
Monochromatic Colors of #DEDC58
Black with #DEDC58
Text Example
Text Example
White with #DEDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC58; }
p { color: rgb(222,220,88); }
H1.HeaderClassName
{
color: #DEDC58;
}
.AnyTagClassName
{
color: #DEDC58;
}
</style>
background-color css
<style>
a { background-color: #DEDC58; }
a { background-color: rgb(222,220,88); }
div.DivClassName
{
background-color: #DEDC58;
}
.BgClassName
{
background-color: #DEDC58;
}
</style>
border-color css
<style>
span { border-color: #DEDC58; }
span { border-color: rgb(222,220,88); }
td.TdClassName
{
border-color: #DEDC58;
}
.TagClassName
{
border-color: #DEDC58;
}
</style>