Shades of Manz #DEDB4D
Tints of Manz #DEDB4D
RGB
CMYK
RGB Variations
Color information
#DEDB4D (or 0xDEDB4D) is known color: Manz. HEX triplet: DE, DB and 4D. RGB value is (222,219,77). Sum of RGB (Red+Green+Blue) = 222+219+77=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB4D is #2124B2. Grayscale: #CCCCCC. Windows color (decimal): -2172083 or 5102558. OLE color: 5102558.
HSL color Cylindrical-coordinate representation of color #DEDB4D: hue angle of 58.76º 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 #DEDB4D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 77 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 58.76º | 0.69% | 0.59% | - |
| HSV(B) | 58.76º | 0.65% | 0.87% | - |
| XYZ | 56.8 | 66.73 | 16.91 | - |
| YUV | 203.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 77 | 0 | 0.01 | 0.65 | 0.13 | 58.76 | 0.69 | 0.59 |
| Hex | DE | DB | 4D | 0 | 1 | 41 | D | 3B | 45 | 3B |
| Octal | 336 | 333 | 115 | 0 | 1 | 101 | 15 | 73 | 105 | 73 |
| Binary | 11011110 | 11011011 | 1001101 | 0 | 1 | 1000001 | 1101 | 111011 | 1000101 | 111011 |
Color Harmonies of #DEDB4D
Complementary color
Monochromatic Colors of #DEDB4D
Black with #DEDB4D
Text Example
Text Example
White with #DEDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB4D; }
p { color: rgb(222,219,77); }
H1.HeaderClassName
{
color: #DEDB4D;
}
.AnyTagClassName
{
color: #DEDB4D;
}
</style>
background-color css
<style>
a { background-color: #DEDB4D; }
a { background-color: rgb(222,219,77); }
div.DivClassName
{
background-color: #DEDB4D;
}
.BgClassName
{
background-color: #DEDB4D;
}
</style>
border-color css
<style>
span { border-color: #DEDB4D; }
span { border-color: rgb(222,219,77); }
td.TdClassName
{
border-color: #DEDB4D;
}
.TagClassName
{
border-color: #DEDB4D;
}
</style>