Shades of Manz #DED350
Tints of Manz #DED350
RGB
CMYK
RGB Variations
Color information
#DED350 (or 0xDED350) is known color: Manz. HEX triplet: DE, D3 and 50. RGB value is (222,211,80). Sum of RGB (Red+Green+Blue) = 222+211+80=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DED350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED350 is #212CAF. Grayscale: #C7C7C7. Windows color (decimal): -2174128 or 5297118. OLE color: 5297118.
HSL color Cylindrical-coordinate representation of color #DED350: hue angle of 55.35º 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 #DED350 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 80 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.13 |
| HSL | 55.35º | 0.68% | 0.59% | - |
| HSV(B) | 55.35º | 0.64% | 0.87% | - |
| XYZ | 54.87 | 62.7 | 16.8 | - |
| YUV | 199.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 80 | 0 | 0.05 | 0.64 | 0.13 | 55.35 | 0.68 | 0.59 |
| Hex | DE | D3 | 50 | 0 | 5 | 40 | D | 37 | 44 | 3B |
| Octal | 336 | 323 | 120 | 0 | 5 | 100 | 15 | 67 | 104 | 73 |
| Binary | 11011110 | 11010011 | 1010000 | 0 | 101 | 1000000 | 1101 | 110111 | 1000100 | 111011 |
Color Harmonies of #DED350
Complementary color
Monochromatic Colors of #DED350
Black with #DED350
Text Example
Text Example
White with #DED350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED350; }
p { color: rgb(222,211,80); }
H1.HeaderClassName
{
color: #DED350;
}
.AnyTagClassName
{
color: #DED350;
}
</style>
background-color css
<style>
a { background-color: #DED350; }
a { background-color: rgb(222,211,80); }
div.DivClassName
{
background-color: #DED350;
}
.BgClassName
{
background-color: #DED350;
}
</style>
border-color css
<style>
span { border-color: #DED350; }
span { border-color: rgb(222,211,80); }
td.TdClassName
{
border-color: #DED350;
}
.TagClassName
{
border-color: #DED350;
}
</style>