Shades of Mango Tango #DC7A11
Tints of Mango Tango #DC7A11
RGB
CMYK
RGB Variations
Color information
#DC7A11 (or 0xDC7A11) is known color: Mango Tango. HEX triplet: DC, 7A and 11. RGB value is (220,122,17). Sum of RGB (Red+Green+Blue) = 220+122+17=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A11 is #2385EE. Grayscale: #8B8B8B. Windows color (decimal): -2328047 or 1145564. OLE color: 1145564.
HSL color Cylindrical-coordinate representation of color #DC7A11: hue angle of 31.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7A11 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.14 |
| HSL | 31.03º | 0.86% | 0.46% | - |
| HSV(B) | 31.03º | 0.92% | 0.86% | - |
| XYZ | 36.58 | 29.18 | 4.23 | - |
| YUV | 139.33 | 58.97 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 17 | 0 | 0.45 | 0.92 | 0.14 | 31.03 | 0.86 | 0.46 |
| Hex | DC | 7A | 11 | 0 | 2D | 5C | E | 1F | 56 | 2E |
| Octal | 334 | 172 | 21 | 0 | 55 | 134 | 16 | 37 | 126 | 56 |
| Binary | 11011100 | 1111010 | 10001 | 0 | 101101 | 1011100 | 1110 | 11111 | 1010110 | 101110 |
Color Harmonies of #DC7A11
Complementary color
Monochromatic Colors of #DC7A11
Black with #DC7A11
Text Example
Text Example
White with #DC7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A11; }
p { color: rgb(220,122,17); }
H1.HeaderClassName
{
color: #DC7A11;
}
.AnyTagClassName
{
color: #DC7A11;
}
</style>
background-color css
<style>
a { background-color: #DC7A11; }
a { background-color: rgb(220,122,17); }
div.DivClassName
{
background-color: #DC7A11;
}
.BgClassName
{
background-color: #DC7A11;
}
</style>
border-color css
<style>
span { border-color: #DC7A11; }
span { border-color: rgb(220,122,17); }
td.TdClassName
{
border-color: #DC7A11;
}
.TagClassName
{
border-color: #DC7A11;
}
</style>