Shades of Manz #DEDB49
Tints of Manz #DEDB49
RGB
CMYK
RGB Variations
Color information
#DEDB49 (or 0xDEDB49) is known color: Manz. HEX triplet: DE, DB and 49. RGB value is (222,219,73). Sum of RGB (Red+Green+Blue) = 222+219+73=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB49 is #2124B6. Grayscale: #CBCBCB. Windows color (decimal): -2172087 or 4840414. OLE color: 4840414.
HSL color Cylindrical-coordinate representation of color #DEDB49: hue angle of 58.79º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEDB49 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 73 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.13 |
| HSL | 58.79º | 0.69% | 0.58% | - |
| HSV(B) | 58.79º | 0.67% | 0.87% | - |
| XYZ | 56.66 | 66.67 | 16.19 | - |
| YUV | 203.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 73 | 0 | 0.01 | 0.67 | 0.13 | 58.79 | 0.69 | 0.58 |
| Hex | DE | DB | 49 | 0 | 1 | 43 | D | 3B | 45 | 3A |
| Octal | 336 | 333 | 111 | 0 | 1 | 103 | 15 | 73 | 105 | 72 |
| Binary | 11011110 | 11011011 | 1001001 | 0 | 1 | 1000011 | 1101 | 111011 | 1000101 | 111010 |
Color Harmonies of #DEDB49
Complementary color
Monochromatic Colors of #DEDB49
Black with #DEDB49
Text Example
Text Example
White with #DEDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB49; }
p { color: rgb(222,219,73); }
H1.HeaderClassName
{
color: #DEDB49;
}
.AnyTagClassName
{
color: #DEDB49;
}
</style>
background-color css
<style>
a { background-color: #DEDB49; }
a { background-color: rgb(222,219,73); }
div.DivClassName
{
background-color: #DEDB49;
}
.BgClassName
{
background-color: #DEDB49;
}
</style>
border-color css
<style>
span { border-color: #DEDB49; }
span { border-color: rgb(222,219,73); }
td.TdClassName
{
border-color: #DEDB49;
}
.TagClassName
{
border-color: #DEDB49;
}
</style>