Shades of Manz #DEDD4C
Tints of Manz #DEDD4C
RGB
CMYK
RGB Variations
Color information
#DEDD4C (or 0xDEDD4C) is known color: Manz. HEX triplet: DE, DD and 4C. RGB value is (222,221,76). Sum of RGB (Red+Green+Blue) = 222+221+76=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD4C is #2122B3. Grayscale: #CDCDCD. Windows color (decimal): -2171572 or 5037534. OLE color: 5037534.
HSL color Cylindrical-coordinate representation of color #DEDD4C: hue angle of 59.59º 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 #DEDD4C is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 76 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.13 |
| HSL | 59.59º | 0.69% | 0.58% | - |
| HSV(B) | 59.59º | 0.66% | 0.87% | - |
| XYZ | 57.29 | 67.76 | 16.9 | - |
| YUV | 204.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 76 | 0 | 0.00 | 0.66 | 0.13 | 59.59 | 0.69 | 0.58 |
| Hex | DE | DD | 4C | 0 | 0 | 42 | D | 3C | 45 | 3A |
| Octal | 336 | 335 | 114 | 0 | 0 | 102 | 15 | 74 | 105 | 72 |
| Binary | 11011110 | 11011101 | 1001100 | 0 | 0 | 1000010 | 1101 | 111100 | 1000101 | 111010 |
Color Harmonies of #DEDD4C
Complementary color
Monochromatic Colors of #DEDD4C
Black with #DEDD4C
Text Example
Text Example
White with #DEDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD4C; }
p { color: rgb(222,221,76); }
H1.HeaderClassName
{
color: #DEDD4C;
}
.AnyTagClassName
{
color: #DEDD4C;
}
</style>
background-color css
<style>
a { background-color: #DEDD4C; }
a { background-color: rgb(222,221,76); }
div.DivClassName
{
background-color: #DEDD4C;
}
.BgClassName
{
background-color: #DEDD4C;
}
</style>
border-color css
<style>
span { border-color: #DEDD4C; }
span { border-color: rgb(222,221,76); }
td.TdClassName
{
border-color: #DEDD4C;
}
.TagClassName
{
border-color: #DEDD4C;
}
</style>