Shades of Manz #DED660
Tints of Manz #DED660
RGB
CMYK
RGB Variations
Color information
#DED660 (or 0xDED660) is known color: Manz. HEX triplet: DE, D6 and 60. RGB value is (222,214,96). Sum of RGB (Red+Green+Blue) = 222+214+96=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED660 is #21299F. Grayscale: #CBCBCB. Windows color (decimal): -2173344 or 6346462. OLE color: 6346462.
HSL color Cylindrical-coordinate representation of color #DED660: hue angle of 56.19º 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 #DED660 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 96 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.13 |
| HSL | 56.19º | 0.66% | 0.62% | - |
| HSV(B) | 56.19º | 0.57% | 0.87% | - |
| XYZ | 56.28 | 64.47 | 20.54 | - |
| YUV | 202.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 96 | 0 | 0.04 | 0.57 | 0.13 | 56.19 | 0.66 | 0.62 |
| Hex | DE | D6 | 60 | 0 | 4 | 39 | D | 38 | 42 | 3E |
| Octal | 336 | 326 | 140 | 0 | 4 | 71 | 15 | 70 | 102 | 76 |
| Binary | 11011110 | 11010110 | 1100000 | 0 | 100 | 111001 | 1101 | 111000 | 1000010 | 111110 |
Color Harmonies of #DED660
Complementary color
Monochromatic Colors of #DED660
Black with #DED660
Text Example
Text Example
White with #DED660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED660; }
p { color: rgb(222,214,96); }
H1.HeaderClassName
{
color: #DED660;
}
.AnyTagClassName
{
color: #DED660;
}
</style>
background-color css
<style>
a { background-color: #DED660; }
a { background-color: rgb(222,214,96); }
div.DivClassName
{
background-color: #DED660;
}
.BgClassName
{
background-color: #DED660;
}
</style>
border-color css
<style>
span { border-color: #DED660; }
span { border-color: rgb(222,214,96); }
td.TdClassName
{
border-color: #DED660;
}
.TagClassName
{
border-color: #DED660;
}
</style>