Shades of Manz #DEDC48
Tints of Manz #DEDC48
RGB
CMYK
RGB Variations
Color information
#DEDC48 (or 0xDEDC48) is known color: Manz. HEX triplet: DE, DC and 48. RGB value is (222,220,72). Sum of RGB (Red+Green+Blue) = 222+220+72=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC48 is #2123B7. Grayscale: #CCCCCC. Windows color (decimal): -2171832 or 4775134. OLE color: 4775134.
HSL color Cylindrical-coordinate representation of color #DEDC48: hue angle of 59.2º 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 #DEDC48 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 72 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 59.2º | 0.69% | 0.58% | - |
| HSV(B) | 59.2º | 0.68% | 0.87% | - |
| XYZ | 56.89 | 67.18 | 16.1 | - |
| YUV | 203.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 72 | 0 | 0.01 | 0.68 | 0.13 | 59.2 | 0.69 | 0.58 |
| Hex | DE | DC | 48 | 0 | 1 | 44 | D | 3B | 45 | 3A |
| Octal | 336 | 334 | 110 | 0 | 1 | 104 | 15 | 73 | 105 | 72 |
| Binary | 11011110 | 11011100 | 1001000 | 0 | 1 | 1000100 | 1101 | 111011 | 1000101 | 111010 |
Color Harmonies of #DEDC48
Complementary color
Monochromatic Colors of #DEDC48
Black with #DEDC48
Text Example
Text Example
White with #DEDC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC48; }
p { color: rgb(222,220,72); }
H1.HeaderClassName
{
color: #DEDC48;
}
.AnyTagClassName
{
color: #DEDC48;
}
</style>
background-color css
<style>
a { background-color: #DEDC48; }
a { background-color: rgb(222,220,72); }
div.DivClassName
{
background-color: #DEDC48;
}
.BgClassName
{
background-color: #DEDC48;
}
</style>
border-color css
<style>
span { border-color: #DEDC48; }
span { border-color: rgb(222,220,72); }
td.TdClassName
{
border-color: #DEDC48;
}
.TagClassName
{
border-color: #DEDC48;
}
</style>