Shades of Manz #DEDA5D
Tints of Manz #DEDA5D
RGB
CMYK
RGB Variations
Color information
#DEDA5D (or 0xDEDA5D) is known color: Manz. HEX triplet: DE, DA and 5D. RGB value is (222,218,93). Sum of RGB (Red+Green+Blue) = 222+218+93=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA5D is #2125A2. Grayscale: #CDCDCD. Windows color (decimal): -2172323 or 6150878. OLE color: 6150878.
HSL color Cylindrical-coordinate representation of color #DEDA5D: hue angle of 58.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEDA5D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 93 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.13 |
| HSL | 58.14º | 0.66% | 0.62% | - |
| HSV(B) | 58.14º | 0.58% | 0.87% | - |
| XYZ | 57.17 | 66.46 | 20.17 | - |
| YUV | 204.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 93 | 0 | 0.02 | 0.58 | 0.13 | 58.14 | 0.66 | 0.62 |
| Hex | DE | DA | 5D | 0 | 2 | 3A | D | 3A | 42 | 3E |
| Octal | 336 | 332 | 135 | 0 | 2 | 72 | 15 | 72 | 102 | 76 |
| Binary | 11011110 | 11011010 | 1011101 | 0 | 10 | 111010 | 1101 | 111010 | 1000010 | 111110 |
Color Harmonies of #DEDA5D
Complementary color
Monochromatic Colors of #DEDA5D
Black with #DEDA5D
Text Example
Text Example
White with #DEDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA5D; }
p { color: rgb(222,218,93); }
H1.HeaderClassName
{
color: #DEDA5D;
}
.AnyTagClassName
{
color: #DEDA5D;
}
</style>
background-color css
<style>
a { background-color: #DEDA5D; }
a { background-color: rgb(222,218,93); }
div.DivClassName
{
background-color: #DEDA5D;
}
.BgClassName
{
background-color: #DEDA5D;
}
</style>
border-color css
<style>
span { border-color: #DEDA5D; }
span { border-color: rgb(222,218,93); }
td.TdClassName
{
border-color: #DEDA5D;
}
.TagClassName
{
border-color: #DEDA5D;
}
</style>