Shades of Manz #DEDC55
Tints of Manz #DEDC55
RGB
CMYK
RGB Variations
Color information
#DEDC55 (or 0xDEDC55) is known color: Manz. HEX triplet: DE, DC and 55. RGB value is (222,220,85). Sum of RGB (Red+Green+Blue) = 222+220+85=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC55 is #2123AA. Grayscale: #CDCDCD. Windows color (decimal): -2171819 or 5627102. OLE color: 5627102.
HSL color Cylindrical-coordinate representation of color #DEDC55: 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.62%. Process color model (Four color, CMYK) of #DEDC55 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 85 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 59.12º | 0.67% | 0.6% | - |
| HSV(B) | 59.12º | 0.62% | 0.87% | - |
| XYZ | 57.36 | 67.37 | 18.58 | - |
| YUV | 205.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 85 | 0 | 0.01 | 0.62 | 0.13 | 59.12 | 0.67 | 0.6 |
| Hex | DE | DC | 55 | 0 | 1 | 3E | D | 3B | 43 | 3C |
| Octal | 336 | 334 | 125 | 0 | 1 | 76 | 15 | 73 | 103 | 74 |
| Binary | 11011110 | 11011100 | 1010101 | 0 | 1 | 111110 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DEDC55
Complementary color
Monochromatic Colors of #DEDC55
Black with #DEDC55
Text Example
Text Example
White with #DEDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC55; }
p { color: rgb(222,220,85); }
H1.HeaderClassName
{
color: #DEDC55;
}
.AnyTagClassName
{
color: #DEDC55;
}
</style>
background-color css
<style>
a { background-color: #DEDC55; }
a { background-color: rgb(222,220,85); }
div.DivClassName
{
background-color: #DEDC55;
}
.BgClassName
{
background-color: #DEDC55;
}
</style>
border-color css
<style>
span { border-color: #DEDC55; }
span { border-color: rgb(222,220,85); }
td.TdClassName
{
border-color: #DEDC55;
}
.TagClassName
{
border-color: #DEDC55;
}
</style>