Shades of Manz #DED05A
Tints of Manz #DED05A
RGB
CMYK
RGB Variations
Color information
#DED05A (or 0xDED05A) is known color: Manz. HEX triplet: DE, D0 and 5A. RGB value is (222,208,90). Sum of RGB (Red+Green+Blue) = 222+208+90=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED05A is #212FA5. Grayscale: #C7C7C7. Windows color (decimal): -2174886 or 5951710. OLE color: 5951710.
HSL color Cylindrical-coordinate representation of color #DED05A: hue angle of 53.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED05A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 90 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.13 |
| HSL | 53.64º | 0.67% | 0.61% | - |
| HSV(B) | 53.64º | 0.59% | 0.87% | - |
| XYZ | 54.53 | 61.38 | 18.65 | - |
| YUV | 198.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 90 | 0 | 0.06 | 0.59 | 0.13 | 53.64 | 0.67 | 0.61 |
| Hex | DE | D0 | 5A | 0 | 6 | 3B | D | 36 | 43 | 3D |
| Octal | 336 | 320 | 132 | 0 | 6 | 73 | 15 | 66 | 103 | 75 |
| Binary | 11011110 | 11010000 | 1011010 | 0 | 110 | 111011 | 1101 | 110110 | 1000011 | 111101 |
Color Harmonies of #DED05A
Complementary color
Monochromatic Colors of #DED05A
Black with #DED05A
Text Example
Text Example
White with #DED05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED05A; }
p { color: rgb(222,208,90); }
H1.HeaderClassName
{
color: #DED05A;
}
.AnyTagClassName
{
color: #DED05A;
}
</style>
background-color css
<style>
a { background-color: #DED05A; }
a { background-color: rgb(222,208,90); }
div.DivClassName
{
background-color: #DED05A;
}
.BgClassName
{
background-color: #DED05A;
}
</style>
border-color css
<style>
span { border-color: #DED05A; }
span { border-color: rgb(222,208,90); }
td.TdClassName
{
border-color: #DED05A;
}
.TagClassName
{
border-color: #DED05A;
}
</style>