Shades of Manz #DEDE48
Tints of Manz #DEDE48
RGB
CMYK
RGB Variations
Color information
#DEDE48 (or 0xDEDE48) is known color: Manz. HEX triplet: DE, DE and 48. RGB value is (222,222,72). Sum of RGB (Red+Green+Blue) = 222+222+72=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE48 is #2121B7. Grayscale: #CDCDCD. Windows color (decimal): -2171320 or 4775646. OLE color: 4775646.
HSL color Cylindrical-coordinate representation of color #DEDE48: hue angle of 60º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEDE48 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 72 | - |
| CMYK | 0 | 0 | 0.68 | 0.13 |
| HSL | 60º | 0.69% | 0.58% | - |
| HSV(B) | 60º | 0.68% | 0.87% | - |
| XYZ | 57.42 | 68.24 | 16.28 | - |
| YUV | 204.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 72 | 0 | 0 | 0.68 | 0.13 | 60 | 0.69 | 0.58 |
| Hex | DE | DE | 48 | 0 | 0 | 44 | D | 3C | 45 | 3A |
| Octal | 336 | 336 | 110 | 0 | 0 | 104 | 15 | 74 | 105 | 72 |
| Binary | 11011110 | 11011110 | 1001000 | 0 | 0 | 1000100 | 1101 | 111100 | 1000101 | 111010 |
Color Harmonies of #DEDE48
Complementary color
Monochromatic Colors of #DEDE48
Black with #DEDE48
Text Example
Text Example
White with #DEDE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE48; }
p { color: rgb(222,222,72); }
H1.HeaderClassName
{
color: #DEDE48;
}
.AnyTagClassName
{
color: #DEDE48;
}
</style>
background-color css
<style>
a { background-color: #DEDE48; }
a { background-color: rgb(222,222,72); }
div.DivClassName
{
background-color: #DEDE48;
}
.BgClassName
{
background-color: #DEDE48;
}
</style>
border-color css
<style>
span { border-color: #DEDE48; }
span { border-color: rgb(222,222,72); }
td.TdClassName
{
border-color: #DEDE48;
}
.TagClassName
{
border-color: #DEDE48;
}
</style>