Shades of Manz #DED260
Tints of Manz #DED260
RGB
CMYK
RGB Variations
Color information
#DED260 (or 0xDED260) is known color: Manz. HEX triplet: DE, D2 and 60. RGB value is (222,210,96). Sum of RGB (Red+Green+Blue) = 222+210+96=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED260 is #212D9F. Grayscale: #C9C9C9. Windows color (decimal): -2174368 or 6345438. OLE color: 6345438.
HSL color Cylindrical-coordinate representation of color #DED260: hue angle of 54.29º 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 #DED260 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 96 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.13 |
| HSL | 54.29º | 0.66% | 0.62% | - |
| HSV(B) | 54.29º | 0.57% | 0.87% | - |
| XYZ | 55.28 | 62.47 | 20.21 | - |
| YUV | 200.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 96 | 0 | 0.05 | 0.57 | 0.13 | 54.29 | 0.66 | 0.62 |
| Hex | DE | D2 | 60 | 0 | 5 | 39 | D | 36 | 42 | 3E |
| Octal | 336 | 322 | 140 | 0 | 5 | 71 | 15 | 66 | 102 | 76 |
| Binary | 11011110 | 11010010 | 1100000 | 0 | 101 | 111001 | 1101 | 110110 | 1000010 | 111110 |
Color Harmonies of #DED260
Complementary color
Monochromatic Colors of #DED260
Black with #DED260
Text Example
Text Example
White with #DED260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED260; }
p { color: rgb(222,210,96); }
H1.HeaderClassName
{
color: #DED260;
}
.AnyTagClassName
{
color: #DED260;
}
</style>
background-color css
<style>
a { background-color: #DED260; }
a { background-color: rgb(222,210,96); }
div.DivClassName
{
background-color: #DED260;
}
.BgClassName
{
background-color: #DED260;
}
</style>
border-color css
<style>
span { border-color: #DED260; }
span { border-color: rgb(222,210,96); }
td.TdClassName
{
border-color: #DED260;
}
.TagClassName
{
border-color: #DED260;
}
</style>