Shades of Manz #DEDC4C
Tints of Manz #DEDC4C
RGB
CMYK
RGB Variations
Color information
#DEDC4C (or 0xDEDC4C) is known color: Manz. HEX triplet: DE, DC and 4C. RGB value is (222,220,76). Sum of RGB (Red+Green+Blue) = 222+220+76=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC4C is #2123B3. Grayscale: #CCCCCC. Windows color (decimal): -2171828 or 5037278. OLE color: 5037278.
HSL color Cylindrical-coordinate representation of color #DEDC4C: hue angle of 59.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEDC4C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 76 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 59.18º | 0.69% | 0.58% | - |
| HSV(B) | 59.18º | 0.66% | 0.87% | - |
| XYZ | 57.02 | 67.24 | 16.81 | - |
| YUV | 204.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 76 | 0 | 0.01 | 0.66 | 0.13 | 59.18 | 0.69 | 0.58 |
| Hex | DE | DC | 4C | 0 | 1 | 42 | D | 3B | 45 | 3A |
| Octal | 336 | 334 | 114 | 0 | 1 | 102 | 15 | 73 | 105 | 72 |
| Binary | 11011110 | 11011100 | 1001100 | 0 | 1 | 1000010 | 1101 | 111011 | 1000101 | 111010 |
Color Harmonies of #DEDC4C
Complementary color
Monochromatic Colors of #DEDC4C
Black with #DEDC4C
Text Example
Text Example
White with #DEDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC4C; }
p { color: rgb(222,220,76); }
H1.HeaderClassName
{
color: #DEDC4C;
}
.AnyTagClassName
{
color: #DEDC4C;
}
</style>
background-color css
<style>
a { background-color: #DEDC4C; }
a { background-color: rgb(222,220,76); }
div.DivClassName
{
background-color: #DEDC4C;
}
.BgClassName
{
background-color: #DEDC4C;
}
</style>
border-color css
<style>
span { border-color: #DEDC4C; }
span { border-color: rgb(222,220,76); }
td.TdClassName
{
border-color: #DEDC4C;
}
.TagClassName
{
border-color: #DEDC4C;
}
</style>