Shades of Manz #DED962
Tints of Manz #DED962
RGB
CMYK
RGB Variations
Color information
#DED962 (or 0xDED962) is known color: Manz. HEX triplet: DE, D9 and 62. RGB value is (222,217,98). Sum of RGB (Red+Green+Blue) = 222+217+98=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED962 is #21269D. Grayscale: #CDCDCD. Windows color (decimal): -2172574 or 6478302. OLE color: 6478302.
HSL color Cylindrical-coordinate representation of color #DED962: hue angle of 57.58º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DED962 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 98 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.13 |
| HSL | 57.58º | 0.65% | 0.63% | - |
| HSV(B) | 57.58º | 0.56% | 0.87% | - |
| XYZ | 57.14 | 66.04 | 21.29 | - |
| YUV | 204.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 98 | 0 | 0.02 | 0.56 | 0.13 | 57.58 | 0.65 | 0.63 |
| Hex | DE | D9 | 62 | 0 | 2 | 38 | D | 3A | 41 | 3F |
| Octal | 336 | 331 | 142 | 0 | 2 | 70 | 15 | 72 | 101 | 77 |
| Binary | 11011110 | 11011001 | 1100010 | 0 | 10 | 111000 | 1101 | 111010 | 1000001 | 111111 |
Color Harmonies of #DED962
Complementary color
Monochromatic Colors of #DED962
Black with #DED962
Text Example
Text Example
White with #DED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED962; }
p { color: rgb(222,217,98); }
H1.HeaderClassName
{
color: #DED962;
}
.AnyTagClassName
{
color: #DED962;
}
</style>
background-color css
<style>
a { background-color: #DED962; }
a { background-color: rgb(222,217,98); }
div.DivClassName
{
background-color: #DED962;
}
.BgClassName
{
background-color: #DED962;
}
</style>
border-color css
<style>
span { border-color: #DED962; }
span { border-color: rgb(222,217,98); }
td.TdClassName
{
border-color: #DED962;
}
.TagClassName
{
border-color: #DED962;
}
</style>