Shades of Manz #DEDD4D
Tints of Manz #DEDD4D
RGB
CMYK
RGB Variations
Color information
#DEDD4D (or 0xDEDD4D) is known color: Manz. HEX triplet: DE, DD and 4D. RGB value is (222,221,77). Sum of RGB (Red+Green+Blue) = 222+221+77=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD4D is #2122B2. Grayscale: #CDCDCD. Windows color (decimal): -2171571 or 5103070. OLE color: 5103070.
HSL color Cylindrical-coordinate representation of color #DEDD4D: hue angle of 59.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEDD4D is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 77 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.13 |
| HSL | 59.59º | 0.69% | 0.59% | - |
| HSV(B) | 59.59º | 0.65% | 0.87% | - |
| XYZ | 57.32 | 67.78 | 17.08 | - |
| YUV | 204.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 77 | 0 | 0.00 | 0.65 | 0.13 | 59.59 | 0.69 | 0.59 |
| Hex | DE | DD | 4D | 0 | 0 | 41 | D | 3C | 45 | 3B |
| Octal | 336 | 335 | 115 | 0 | 0 | 101 | 15 | 74 | 105 | 73 |
| Binary | 11011110 | 11011101 | 1001101 | 0 | 0 | 1000001 | 1101 | 111100 | 1000101 | 111011 |
Color Harmonies of #DEDD4D
Complementary color
Monochromatic Colors of #DEDD4D
Black with #DEDD4D
Text Example
Text Example
White with #DEDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD4D; }
p { color: rgb(222,221,77); }
H1.HeaderClassName
{
color: #DEDD4D;
}
.AnyTagClassName
{
color: #DEDD4D;
}
</style>
background-color css
<style>
a { background-color: #DEDD4D; }
a { background-color: rgb(222,221,77); }
div.DivClassName
{
background-color: #DEDD4D;
}
.BgClassName
{
background-color: #DEDD4D;
}
</style>
border-color css
<style>
span { border-color: #DEDD4D; }
span { border-color: rgb(222,221,77); }
td.TdClassName
{
border-color: #DEDD4D;
}
.TagClassName
{
border-color: #DEDD4D;
}
</style>