Shades of Manz #DEDC56
Tints of Manz #DEDC56
RGB
CMYK
RGB Variations
Color information
#DEDC56 (or 0xDEDC56) is known color: Manz. HEX triplet: DE, DC and 56. RGB value is (222,220,86). Sum of RGB (Red+Green+Blue) = 222+220+86=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC56 is #2123A9. Grayscale: #CDCDCD. Windows color (decimal): -2171818 or 5692638. OLE color: 5692638.
HSL color Cylindrical-coordinate representation of color #DEDC56: hue angle of 59.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEDC56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 59.12º | 0.67% | 0.6% | - |
| HSV(B) | 59.12º | 0.61% | 0.87% | - |
| XYZ | 57.4 | 67.39 | 18.79 | - |
| YUV | 205.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 86 | 0 | 0.01 | 0.61 | 0.13 | 59.12 | 0.67 | 0.6 |
| Hex | DE | DC | 56 | 0 | 1 | 3D | D | 3B | 43 | 3C |
| Octal | 336 | 334 | 126 | 0 | 1 | 75 | 15 | 73 | 103 | 74 |
| Binary | 11011110 | 11011100 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DEDC56
Complementary color
Monochromatic Colors of #DEDC56
Black with #DEDC56
Text Example
Text Example
White with #DEDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC56; }
p { color: rgb(222,220,86); }
H1.HeaderClassName
{
color: #DEDC56;
}
.AnyTagClassName
{
color: #DEDC56;
}
</style>
background-color css
<style>
a { background-color: #DEDC56; }
a { background-color: rgb(222,220,86); }
div.DivClassName
{
background-color: #DEDC56;
}
.BgClassName
{
background-color: #DEDC56;
}
</style>
border-color css
<style>
span { border-color: #DEDC56; }
span { border-color: rgb(222,220,86); }
td.TdClassName
{
border-color: #DEDC56;
}
.TagClassName
{
border-color: #DEDC56;
}
</style>