Shades of Manz #DED750
Tints of Manz #DED750
RGB
CMYK
RGB Variations
Color information
#DED750 (or 0xDED750) is known color: Manz. HEX triplet: DE, D7 and 50. RGB value is (222,215,80). Sum of RGB (Red+Green+Blue) = 222+215+80=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DED750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED750 is #2128AF. Grayscale: #CACACA. Windows color (decimal): -2173104 or 5298142. OLE color: 5298142.
HSL color Cylindrical-coordinate representation of color #DED750: hue angle of 57.04º 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 #DED750 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 80 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.13 |
| HSL | 57.04º | 0.68% | 0.59% | - |
| HSV(B) | 57.04º | 0.64% | 0.87% | - |
| XYZ | 55.87 | 64.71 | 17.13 | - |
| YUV | 201.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 80 | 0 | 0.03 | 0.64 | 0.13 | 57.04 | 0.68 | 0.59 |
| Hex | DE | D7 | 50 | 0 | 3 | 40 | D | 39 | 44 | 3B |
| Octal | 336 | 327 | 120 | 0 | 3 | 100 | 15 | 71 | 104 | 73 |
| Binary | 11011110 | 11010111 | 1010000 | 0 | 11 | 1000000 | 1101 | 111001 | 1000100 | 111011 |
Color Harmonies of #DED750
Complementary color
Monochromatic Colors of #DED750
Black with #DED750
Text Example
Text Example
White with #DED750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED750; }
p { color: rgb(222,215,80); }
H1.HeaderClassName
{
color: #DED750;
}
.AnyTagClassName
{
color: #DED750;
}
</style>
background-color css
<style>
a { background-color: #DED750; }
a { background-color: rgb(222,215,80); }
div.DivClassName
{
background-color: #DED750;
}
.BgClassName
{
background-color: #DED750;
}
</style>
border-color css
<style>
span { border-color: #DED750; }
span { border-color: rgb(222,215,80); }
td.TdClassName
{
border-color: #DED750;
}
.TagClassName
{
border-color: #DED750;
}
</style>