Shades of Manz #DED060
Tints of Manz #DED060
RGB
CMYK
RGB Variations
Color information
#DED060 (or 0xDED060) is known color: Manz. HEX triplet: DE, D0 and 60. RGB value is (222,208,96). Sum of RGB (Red+Green+Blue) = 222+208+96=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED060 is #212F9F. Grayscale: #C7C7C7. Windows color (decimal): -2174880 or 6344926. OLE color: 6344926.
HSL color Cylindrical-coordinate representation of color #DED060: hue angle of 53.33º 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 #DED060 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 96 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.13 |
| HSL | 53.33º | 0.66% | 0.62% | - |
| HSV(B) | 53.33º | 0.57% | 0.87% | - |
| XYZ | 54.79 | 61.49 | 20.05 | - |
| YUV | 199.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 96 | 0 | 0.06 | 0.57 | 0.13 | 53.33 | 0.66 | 0.62 |
| Hex | DE | D0 | 60 | 0 | 6 | 39 | D | 35 | 42 | 3E |
| Octal | 336 | 320 | 140 | 0 | 6 | 71 | 15 | 65 | 102 | 76 |
| Binary | 11011110 | 11010000 | 1100000 | 0 | 110 | 111001 | 1101 | 110101 | 1000010 | 111110 |
Color Harmonies of #DED060
Complementary color
Monochromatic Colors of #DED060
Black with #DED060
Text Example
Text Example
White with #DED060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED060; }
p { color: rgb(222,208,96); }
H1.HeaderClassName
{
color: #DED060;
}
.AnyTagClassName
{
color: #DED060;
}
</style>
background-color css
<style>
a { background-color: #DED060; }
a { background-color: rgb(222,208,96); }
div.DivClassName
{
background-color: #DED060;
}
.BgClassName
{
background-color: #DED060;
}
</style>
border-color css
<style>
span { border-color: #DED060; }
span { border-color: rgb(222,208,96); }
td.TdClassName
{
border-color: #DED060;
}
.TagClassName
{
border-color: #DED060;
}
</style>