Shades of Manz #DED950
Tints of Manz #DED950
RGB
CMYK
RGB Variations
Color information
#DED950 (or 0xDED950) is known color: Manz. HEX triplet: DE, D9 and 50. RGB value is (222,217,80). Sum of RGB (Red+Green+Blue) = 222+217+80=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED950 is #2126AF. Grayscale: #CBCBCB. Windows color (decimal): -2172592 or 5298654. OLE color: 5298654.
HSL color Cylindrical-coordinate representation of color #DED950: hue angle of 57.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DED950 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 80 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.13 |
| HSL | 57.89º | 0.68% | 0.59% | - |
| HSV(B) | 57.89º | 0.64% | 0.87% | - |
| XYZ | 56.39 | 65.73 | 17.31 | - |
| YUV | 202.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 80 | 0 | 0.02 | 0.64 | 0.13 | 57.89 | 0.68 | 0.59 |
| Hex | DE | D9 | 50 | 0 | 2 | 40 | D | 3A | 44 | 3B |
| Octal | 336 | 331 | 120 | 0 | 2 | 100 | 15 | 72 | 104 | 73 |
| Binary | 11011110 | 11011001 | 1010000 | 0 | 10 | 1000000 | 1101 | 111010 | 1000100 | 111011 |
Color Harmonies of #DED950
Complementary color
Monochromatic Colors of #DED950
Black with #DED950
Text Example
Text Example
White with #DED950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED950; }
p { color: rgb(222,217,80); }
H1.HeaderClassName
{
color: #DED950;
}
.AnyTagClassName
{
color: #DED950;
}
</style>
background-color css
<style>
a { background-color: #DED950; }
a { background-color: rgb(222,217,80); }
div.DivClassName
{
background-color: #DED950;
}
.BgClassName
{
background-color: #DED950;
}
</style>
border-color css
<style>
span { border-color: #DED950; }
span { border-color: rgb(222,217,80); }
td.TdClassName
{
border-color: #DED950;
}
.TagClassName
{
border-color: #DED950;
}
</style>