Shades of Manz #DEDA53
Tints of Manz #DEDA53
RGB
CMYK
RGB Variations
Color information
#DEDA53 (or 0xDEDA53) is known color: Manz. HEX triplet: DE, DA and 53. RGB value is (222,218,83). Sum of RGB (Red+Green+Blue) = 222+218+83=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA53 is #2125AC. Grayscale: #CCCCCC. Windows color (decimal): -2172333 or 5495518. OLE color: 5495518.
HSL color Cylindrical-coordinate representation of color #DEDA53: hue angle of 58.27º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEDA53 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 83 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.13 |
| HSL | 58.27º | 0.68% | 0.6% | - |
| HSV(B) | 58.27º | 0.63% | 0.87% | - |
| XYZ | 56.76 | 66.3 | 17.99 | - |
| YUV | 203.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 83 | 0 | 0.02 | 0.63 | 0.13 | 58.27 | 0.68 | 0.6 |
| Hex | DE | DA | 53 | 0 | 2 | 3F | D | 3A | 44 | 3C |
| Octal | 336 | 332 | 123 | 0 | 2 | 77 | 15 | 72 | 104 | 74 |
| Binary | 11011110 | 11011010 | 1010011 | 0 | 10 | 111111 | 1101 | 111010 | 1000100 | 111100 |
Color Harmonies of #DEDA53
Complementary color
Monochromatic Colors of #DEDA53
Black with #DEDA53
Text Example
Text Example
White with #DEDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA53; }
p { color: rgb(222,218,83); }
H1.HeaderClassName
{
color: #DEDA53;
}
.AnyTagClassName
{
color: #DEDA53;
}
</style>
background-color css
<style>
a { background-color: #DEDA53; }
a { background-color: rgb(222,218,83); }
div.DivClassName
{
background-color: #DEDA53;
}
.BgClassName
{
background-color: #DEDA53;
}
</style>
border-color css
<style>
span { border-color: #DEDA53; }
span { border-color: rgb(222,218,83); }
td.TdClassName
{
border-color: #DEDA53;
}
.TagClassName
{
border-color: #DEDA53;
}
</style>