Shades of Manz #DED55A
Tints of Manz #DED55A
RGB
CMYK
RGB Variations
Color information
#DED55A (or 0xDED55A) is known color: Manz. HEX triplet: DE, D5 and 5A. RGB value is (222,213,90). Sum of RGB (Red+Green+Blue) = 222+213+90=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED55A is #212AA5. Grayscale: #CACACA. Windows color (decimal): -2173606 or 5952990. OLE color: 5952990.
HSL color Cylindrical-coordinate representation of color #DED55A: hue angle of 55.91º 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 #DED55A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 90 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 55.91º | 0.67% | 0.61% | - |
| HSV(B) | 55.91º | 0.59% | 0.87% | - |
| XYZ | 55.76 | 63.86 | 19.06 | - |
| YUV | 201.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 90 | 0 | 0.04 | 0.59 | 0.13 | 55.91 | 0.67 | 0.61 |
| Hex | DE | D5 | 5A | 0 | 4 | 3B | D | 38 | 43 | 3D |
| Octal | 336 | 325 | 132 | 0 | 4 | 73 | 15 | 70 | 103 | 75 |
| Binary | 11011110 | 11010101 | 1011010 | 0 | 100 | 111011 | 1101 | 111000 | 1000011 | 111101 |
Color Harmonies of #DED55A
Complementary color
Monochromatic Colors of #DED55A
Black with #DED55A
Text Example
Text Example
White with #DED55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED55A; }
p { color: rgb(222,213,90); }
H1.HeaderClassName
{
color: #DED55A;
}
.AnyTagClassName
{
color: #DED55A;
}
</style>
background-color css
<style>
a { background-color: #DED55A; }
a { background-color: rgb(222,213,90); }
div.DivClassName
{
background-color: #DED55A;
}
.BgClassName
{
background-color: #DED55A;
}
</style>
border-color css
<style>
span { border-color: #DED55A; }
span { border-color: rgb(222,213,90); }
td.TdClassName
{
border-color: #DED55A;
}
.TagClassName
{
border-color: #DED55A;
}
</style>