Shades of Manz #DED458
Tints of Manz #DED458
RGB
CMYK
RGB Variations
Color information
#DED458 (or 0xDED458) is known color: Manz. HEX triplet: DE, D4 and 58. RGB value is (222,212,88). Sum of RGB (Red+Green+Blue) = 222+212+88=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DED458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED458 is #212BA7. Grayscale: #C9C9C9. Windows color (decimal): -2173864 or 5821662. OLE color: 5821662.
HSL color Cylindrical-coordinate representation of color #DED458: hue angle of 55.52º 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 #DED458 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.13 |
| HSL | 55.52º | 0.67% | 0.61% | - |
| HSV(B) | 55.52º | 0.6% | 0.87% | - |
| XYZ | 55.43 | 63.32 | 18.53 | - |
| YUV | 200.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 88 | 0 | 0.05 | 0.60 | 0.13 | 55.52 | 0.67 | 0.61 |
| Hex | DE | D4 | 58 | 0 | 5 | 3C | D | 38 | 43 | 3D |
| Octal | 336 | 324 | 130 | 0 | 5 | 74 | 15 | 70 | 103 | 75 |
| Binary | 11011110 | 11010100 | 1011000 | 0 | 101 | 111100 | 1101 | 111000 | 1000011 | 111101 |
Color Harmonies of #DED458
Complementary color
Monochromatic Colors of #DED458
Black with #DED458
Text Example
Text Example
White with #DED458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED458; }
p { color: rgb(222,212,88); }
H1.HeaderClassName
{
color: #DED458;
}
.AnyTagClassName
{
color: #DED458;
}
</style>
background-color css
<style>
a { background-color: #DED458; }
a { background-color: rgb(222,212,88); }
div.DivClassName
{
background-color: #DED458;
}
.BgClassName
{
background-color: #DED458;
}
</style>
border-color css
<style>
span { border-color: #DED458; }
span { border-color: rgb(222,212,88); }
td.TdClassName
{
border-color: #DED458;
}
.TagClassName
{
border-color: #DED458;
}
</style>