Shades of Manz #DED258
Tints of Manz #DED258
RGB
CMYK
RGB Variations
Color information
#DED258 (or 0xDED258) is known color: Manz. HEX triplet: DE, D2 and 58. RGB value is (222,210,88). Sum of RGB (Red+Green+Blue) = 222+210+88=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED258 is #212DA7. Grayscale: #C8C8C8. Windows color (decimal): -2174376 or 5821150. OLE color: 5821150.
HSL color Cylindrical-coordinate representation of color #DED258: hue angle of 54.63º 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 #DED258 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.13 |
| HSL | 54.63º | 0.67% | 0.61% | - |
| HSV(B) | 54.63º | 0.6% | 0.87% | - |
| XYZ | 54.93 | 62.33 | 18.37 | - |
| YUV | 199.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 88 | 0 | 0.05 | 0.60 | 0.13 | 54.63 | 0.67 | 0.61 |
| Hex | DE | D2 | 58 | 0 | 5 | 3C | D | 37 | 43 | 3D |
| Octal | 336 | 322 | 130 | 0 | 5 | 74 | 15 | 67 | 103 | 75 |
| Binary | 11011110 | 11010010 | 1011000 | 0 | 101 | 111100 | 1101 | 110111 | 1000011 | 111101 |
Color Harmonies of #DED258
Complementary color
Monochromatic Colors of #DED258
Black with #DED258
Text Example
Text Example
White with #DED258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED258; }
p { color: rgb(222,210,88); }
H1.HeaderClassName
{
color: #DED258;
}
.AnyTagClassName
{
color: #DED258;
}
</style>
background-color css
<style>
a { background-color: #DED258; }
a { background-color: rgb(222,210,88); }
div.DivClassName
{
background-color: #DED258;
}
.BgClassName
{
background-color: #DED258;
}
</style>
border-color css
<style>
span { border-color: #DED258; }
span { border-color: rgb(222,210,88); }
td.TdClassName
{
border-color: #DED258;
}
.TagClassName
{
border-color: #DED258;
}
</style>