Shades of Manz #DEDE4C
Tints of Manz #DEDE4C
RGB
CMYK
RGB Variations
Color information
#DEDE4C (or 0xDEDE4C) is known color: Manz. HEX triplet: DE, DE and 4C. RGB value is (222,222,76). Sum of RGB (Red+Green+Blue) = 222+222+76=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE4C is #2121B3. Grayscale: #CDCDCD. Windows color (decimal): -2171316 or 5037790. OLE color: 5037790.
HSL color Cylindrical-coordinate representation of color #DEDE4C: 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.66%. Process color model (Four color, CMYK) of #DEDE4C is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 76 | - |
| CMYK | 0 | 0 | 0.66 | 0.13 |
| HSL | 60º | 0.69% | 0.58% | - |
| HSV(B) | 60º | 0.66% | 0.87% | - |
| XYZ | 57.55 | 68.29 | 16.99 | - |
| YUV | 205.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 76 | 0 | 0 | 0.66 | 0.13 | 60 | 0.69 | 0.58 |
| Hex | DE | DE | 4C | 0 | 0 | 42 | D | 3C | 45 | 3A |
| Octal | 336 | 336 | 114 | 0 | 0 | 102 | 15 | 74 | 105 | 72 |
| Binary | 11011110 | 11011110 | 1001100 | 0 | 0 | 1000010 | 1101 | 111100 | 1000101 | 111010 |
Color Harmonies of #DEDE4C
Complementary color
Monochromatic Colors of #DEDE4C
Black with #DEDE4C
Text Example
Text Example
White with #DEDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE4C; }
p { color: rgb(222,222,76); }
H1.HeaderClassName
{
color: #DEDE4C;
}
.AnyTagClassName
{
color: #DEDE4C;
}
</style>
background-color css
<style>
a { background-color: #DEDE4C; }
a { background-color: rgb(222,222,76); }
div.DivClassName
{
background-color: #DEDE4C;
}
.BgClassName
{
background-color: #DEDE4C;
}
</style>
border-color css
<style>
span { border-color: #DEDE4C; }
span { border-color: rgb(222,222,76); }
td.TdClassName
{
border-color: #DEDE4C;
}
.TagClassName
{
border-color: #DEDE4C;
}
</style>