Shades of Manz #DEDA4C
Tints of Manz #DEDA4C
RGB
CMYK
RGB Variations
Color information
#DEDA4C (or 0xDEDA4C) is known color: Manz. HEX triplet: DE, DA and 4C. RGB value is (222,218,76). Sum of RGB (Red+Green+Blue) = 222+218+76=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA4C is #2125B3. Grayscale: #CBCBCB. Windows color (decimal): -2172340 or 5036766. OLE color: 5036766.
HSL color Cylindrical-coordinate representation of color #DEDA4C: hue angle of 58.36º 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 #DEDA4C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 76 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.13 |
| HSL | 58.36º | 0.69% | 0.58% | - |
| HSV(B) | 58.36º | 0.66% | 0.87% | - |
| XYZ | 56.5 | 66.19 | 16.64 | - |
| YUV | 203.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 76 | 0 | 0.02 | 0.66 | 0.13 | 58.36 | 0.69 | 0.58 |
| Hex | DE | DA | 4C | 0 | 2 | 42 | D | 3A | 45 | 3A |
| Octal | 336 | 332 | 114 | 0 | 2 | 102 | 15 | 72 | 105 | 72 |
| Binary | 11011110 | 11011010 | 1001100 | 0 | 10 | 1000010 | 1101 | 111010 | 1000101 | 111010 |
Color Harmonies of #DEDA4C
Complementary color
Monochromatic Colors of #DEDA4C
Black with #DEDA4C
Text Example
Text Example
White with #DEDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA4C; }
p { color: rgb(222,218,76); }
H1.HeaderClassName
{
color: #DEDA4C;
}
.AnyTagClassName
{
color: #DEDA4C;
}
</style>
background-color css
<style>
a { background-color: #DEDA4C; }
a { background-color: rgb(222,218,76); }
div.DivClassName
{
background-color: #DEDA4C;
}
.BgClassName
{
background-color: #DEDA4C;
}
</style>
border-color css
<style>
span { border-color: #DEDA4C; }
span { border-color: rgb(222,218,76); }
td.TdClassName
{
border-color: #DEDA4C;
}
.TagClassName
{
border-color: #DEDA4C;
}
</style>