Shades of Mango Tango #DC760E
Tints of Mango Tango #DC760E
RGB
CMYK
RGB Variations
Color information
#DC760E (or 0xDC760E) is known color: Mango Tango. HEX triplet: DC, 76 and 0E. RGB value is (220,118,14). Sum of RGB (Red+Green+Blue) = 220+118+14=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC760E is #2389F1. Grayscale: #898989. Windows color (decimal): -2329074 or 947932. OLE color: 947932.
HSL color Cylindrical-coordinate representation of color #DC760E: hue angle of 30.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC760E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.14 |
| HSL | 30.29º | 0.88% | 0.46% | - |
| HSV(B) | 30.29º | 0.94% | 0.86% | - |
| XYZ | 36.07 | 28.2 | 3.96 | - |
| YUV | 136.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 14 | 0 | 0.46 | 0.94 | 0.14 | 30.29 | 0.88 | 0.46 |
| Hex | DC | 76 | E | 0 | 2E | 5E | E | 1E | 58 | 2E |
| Octal | 334 | 166 | 16 | 0 | 56 | 136 | 16 | 36 | 130 | 56 |
| Binary | 11011100 | 1110110 | 1110 | 0 | 101110 | 1011110 | 1110 | 11110 | 1011000 | 101110 |
Color Harmonies of #DC760E
Complementary color
Monochromatic Colors of #DC760E
Black with #DC760E
Text Example
Text Example
White with #DC760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC760E; }
p { color: rgb(220,118,14); }
H1.HeaderClassName
{
color: #DC760E;
}
.AnyTagClassName
{
color: #DC760E;
}
</style>
background-color css
<style>
a { background-color: #DC760E; }
a { background-color: rgb(220,118,14); }
div.DivClassName
{
background-color: #DC760E;
}
.BgClassName
{
background-color: #DC760E;
}
</style>
border-color css
<style>
span { border-color: #DC760E; }
span { border-color: rgb(220,118,14); }
td.TdClassName
{
border-color: #DC760E;
}
.TagClassName
{
border-color: #DC760E;
}
</style>