Shades of Manz #DED558
Tints of Manz #DED558
RGB
CMYK
RGB Variations
Color information
#DED558 (or 0xDED558) is known color: Manz. HEX triplet: DE, D5 and 58. RGB value is (222,213,88). Sum of RGB (Red+Green+Blue) = 222+213+88=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DED558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED558 is #212AA7. Grayscale: #C9C9C9. Windows color (decimal): -2173608 or 5821918. OLE color: 5821918.
HSL color Cylindrical-coordinate representation of color #DED558: hue angle of 55.97º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DED558 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 88 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.13 |
| HSL | 55.97º | 0.67% | 0.61% | - |
| HSV(B) | 55.97º | 0.6% | 0.87% | - |
| XYZ | 55.68 | 63.82 | 18.62 | - |
| YUV | 201.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 88 | 0 | 0.04 | 0.60 | 0.13 | 55.97 | 0.67 | 0.61 |
| Hex | DE | D5 | 58 | 0 | 4 | 3C | D | 38 | 43 | 3D |
| Octal | 336 | 325 | 130 | 0 | 4 | 74 | 15 | 70 | 103 | 75 |
| Binary | 11011110 | 11010101 | 1011000 | 0 | 100 | 111100 | 1101 | 111000 | 1000011 | 111101 |
Color Harmonies of #DED558
Complementary color
Monochromatic Colors of #DED558
Black with #DED558
Text Example
Text Example
White with #DED558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED558; }
p { color: rgb(222,213,88); }
H1.HeaderClassName
{
color: #DED558;
}
.AnyTagClassName
{
color: #DED558;
}
</style>
background-color css
<style>
a { background-color: #DED558; }
a { background-color: rgb(222,213,88); }
div.DivClassName
{
background-color: #DED558;
}
.BgClassName
{
background-color: #DED558;
}
</style>
border-color css
<style>
span { border-color: #DED558; }
span { border-color: rgb(222,213,88); }
td.TdClassName
{
border-color: #DED558;
}
.TagClassName
{
border-color: #DED558;
}
</style>