Shades of Mango Tango #DC760D
Tints of Mango Tango #DC760D
RGB
CMYK
RGB Variations
Color information
#DC760D (or 0xDC760D) is known color: Mango Tango. HEX triplet: DC, 76 and 0D. RGB value is (220,118,13). Sum of RGB (Red+Green+Blue) = 220+118+13=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC760D is #2389F2. Grayscale: #898989. Windows color (decimal): -2329075 or 882396. OLE color: 882396.
HSL color Cylindrical-coordinate representation of color #DC760D: hue angle of 30.43º degrees, saturation: 0.89, 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 #DC760D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 13 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.14 |
| HSL | 30.43º | 0.89% | 0.46% | - |
| HSV(B) | 30.43º | 0.94% | 0.86% | - |
| XYZ | 36.07 | 28.2 | 3.92 | - |
| YUV | 136.53 | 58.29 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 13 | 0 | 0.46 | 0.94 | 0.14 | 30.43 | 0.89 | 0.46 |
| Hex | DC | 76 | D | 0 | 2E | 5E | E | 1E | 59 | 2E |
| Octal | 334 | 166 | 15 | 0 | 56 | 136 | 16 | 36 | 131 | 56 |
| Binary | 11011100 | 1110110 | 1101 | 0 | 101110 | 1011110 | 1110 | 11110 | 1011001 | 101110 |
Color Harmonies of #DC760D
Complementary color
Monochromatic Colors of #DC760D
Black with #DC760D
Text Example
Text Example
White with #DC760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC760D; }
p { color: rgb(220,118,13); }
H1.HeaderClassName
{
color: #DC760D;
}
.AnyTagClassName
{
color: #DC760D;
}
</style>
background-color css
<style>
a { background-color: #DC760D; }
a { background-color: rgb(220,118,13); }
div.DivClassName
{
background-color: #DC760D;
}
.BgClassName
{
background-color: #DC760D;
}
</style>
border-color css
<style>
span { border-color: #DC760D; }
span { border-color: rgb(220,118,13); }
td.TdClassName
{
border-color: #DC760D;
}
.TagClassName
{
border-color: #DC760D;
}
</style>