Shades of Manz #DED360
Tints of Manz #DED360
RGB
CMYK
RGB Variations
Color information
#DED360 (or 0xDED360) is known color: Manz. HEX triplet: DE, D3 and 60. RGB value is (222,211,96). Sum of RGB (Red+Green+Blue) = 222+211+96=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED360 is #212C9F. Grayscale: #C9C9C9. Windows color (decimal): -2174112 or 6345694. OLE color: 6345694.
HSL color Cylindrical-coordinate representation of color #DED360: hue angle of 54.76º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DED360 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 96 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.13 |
| HSL | 54.76º | 0.66% | 0.62% | - |
| HSV(B) | 54.76º | 0.57% | 0.87% | - |
| XYZ | 55.53 | 62.96 | 20.29 | - |
| YUV | 201.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 96 | 0 | 0.05 | 0.57 | 0.13 | 54.76 | 0.66 | 0.62 |
| Hex | DE | D3 | 60 | 0 | 5 | 39 | D | 37 | 42 | 3E |
| Octal | 336 | 323 | 140 | 0 | 5 | 71 | 15 | 67 | 102 | 76 |
| Binary | 11011110 | 11010011 | 1100000 | 0 | 101 | 111001 | 1101 | 110111 | 1000010 | 111110 |
Color Harmonies of #DED360
Complementary color
Monochromatic Colors of #DED360
Black with #DED360
Text Example
Text Example
White with #DED360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED360; }
p { color: rgb(222,211,96); }
H1.HeaderClassName
{
color: #DED360;
}
.AnyTagClassName
{
color: #DED360;
}
</style>
background-color css
<style>
a { background-color: #DED360; }
a { background-color: rgb(222,211,96); }
div.DivClassName
{
background-color: #DED360;
}
.BgClassName
{
background-color: #DED360;
}
</style>
border-color css
<style>
span { border-color: #DED360; }
span { border-color: rgb(222,211,96); }
td.TdClassName
{
border-color: #DED360;
}
.TagClassName
{
border-color: #DED360;
}
</style>