Shades of Manz #DEDE50
Tints of Manz #DEDE50
RGB
CMYK
RGB Variations
Color information
#DEDE50 (or 0xDEDE50) is known color: Manz. HEX triplet: DE, DE and 50. RGB value is (222,222,80). Sum of RGB (Red+Green+Blue) = 222+222+80=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE50 is #2121AF. Grayscale: #CECECE. Windows color (decimal): -2171312 or 5299934. OLE color: 5299934.
HSL color Cylindrical-coordinate representation of color #DEDE50: hue angle of 60º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEDE50 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 80 | - |
| CMYK | 0 | 0 | 0.64 | 0.13 |
| HSL | 60º | 0.68% | 0.59% | - |
| HSV(B) | 60º | 0.64% | 0.87% | - |
| XYZ | 57.69 | 68.35 | 17.74 | - |
| YUV | 205.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 80 | 0 | 0 | 0.64 | 0.13 | 60 | 0.68 | 0.59 |
| Hex | DE | DE | 50 | 0 | 0 | 40 | D | 3C | 44 | 3B |
| Octal | 336 | 336 | 120 | 0 | 0 | 100 | 15 | 74 | 104 | 73 |
| Binary | 11011110 | 11011110 | 1010000 | 0 | 0 | 1000000 | 1101 | 111100 | 1000100 | 111011 |
Color Harmonies of #DEDE50
Complementary color
Monochromatic Colors of #DEDE50
Black with #DEDE50
Text Example
Text Example
White with #DEDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE50; }
p { color: rgb(222,222,80); }
H1.HeaderClassName
{
color: #DEDE50;
}
.AnyTagClassName
{
color: #DEDE50;
}
</style>
background-color css
<style>
a { background-color: #DEDE50; }
a { background-color: rgb(222,222,80); }
div.DivClassName
{
background-color: #DEDE50;
}
.BgClassName
{
background-color: #DEDE50;
}
</style>
border-color css
<style>
span { border-color: #DEDE50; }
span { border-color: rgb(222,222,80); }
td.TdClassName
{
border-color: #DEDE50;
}
.TagClassName
{
border-color: #DEDE50;
}
</style>