Shades of Manz #DED158
Tints of Manz #DED158
RGB
CMYK
RGB Variations
Color information
#DED158 (or 0xDED158) is known color: Manz. HEX triplet: DE, D1 and 58. RGB value is (222,209,88). Sum of RGB (Red+Green+Blue) = 222+209+88=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED158 is #212EA7. Grayscale: #C7C7C7. Windows color (decimal): -2174632 or 5820894. OLE color: 5820894.
HSL color Cylindrical-coordinate representation of color #DED158: hue angle of 54.18º 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 #DED158 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 88 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.13 |
| HSL | 54.18º | 0.67% | 0.61% | - |
| HSV(B) | 54.18º | 0.6% | 0.87% | - |
| XYZ | 54.69 | 61.84 | 18.29 | - |
| YUV | 199.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 88 | 0 | 0.06 | 0.60 | 0.13 | 54.18 | 0.67 | 0.61 |
| Hex | DE | D1 | 58 | 0 | 6 | 3C | D | 36 | 43 | 3D |
| Octal | 336 | 321 | 130 | 0 | 6 | 74 | 15 | 66 | 103 | 75 |
| Binary | 11011110 | 11010001 | 1011000 | 0 | 110 | 111100 | 1101 | 110110 | 1000011 | 111101 |
Color Harmonies of #DED158
Complementary color
Monochromatic Colors of #DED158
Black with #DED158
Text Example
Text Example
White with #DED158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED158; }
p { color: rgb(222,209,88); }
H1.HeaderClassName
{
color: #DED158;
}
.AnyTagClassName
{
color: #DED158;
}
</style>
background-color css
<style>
a { background-color: #DED158; }
a { background-color: rgb(222,209,88); }
div.DivClassName
{
background-color: #DED158;
}
.BgClassName
{
background-color: #DED158;
}
</style>
border-color css
<style>
span { border-color: #DED158; }
span { border-color: rgb(222,209,88); }
td.TdClassName
{
border-color: #DED158;
}
.TagClassName
{
border-color: #DED158;
}
</style>