Shades of Mango Tango #DC710F
Tints of Mango Tango #DC710F
RGB
CMYK
RGB Variations
Color information
#DC710F (or 0xDC710F) is known color: Mango Tango. HEX triplet: DC, 71 and 0F. RGB value is (220,113,15). Sum of RGB (Red+Green+Blue) = 220+113+15=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC710F is #238EF0. Grayscale: #868686. Windows color (decimal): -2330353 or 1012188. OLE color: 1012188.
HSL color Cylindrical-coordinate representation of color #DC710F: hue angle of 28.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC710F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.14 |
| HSL | 28.68º | 0.87% | 0.46% | - |
| HSV(B) | 28.68º | 0.93% | 0.86% | - |
| XYZ | 35.51 | 27.06 | 3.8 | - |
| YUV | 133.82 | 60.95 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 15 | 0 | 0.49 | 0.93 | 0.14 | 28.68 | 0.87 | 0.46 |
| Hex | DC | 71 | F | 0 | 31 | 5D | E | 1D | 57 | 2E |
| Octal | 334 | 161 | 17 | 0 | 61 | 135 | 16 | 35 | 127 | 56 |
| Binary | 11011100 | 1110001 | 1111 | 0 | 110001 | 1011101 | 1110 | 11101 | 1010111 | 101110 |
Color Harmonies of #DC710F
Complementary color
Monochromatic Colors of #DC710F
Black with #DC710F
Text Example
Text Example
White with #DC710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC710F; }
p { color: rgb(220,113,15); }
H1.HeaderClassName
{
color: #DC710F;
}
.AnyTagClassName
{
color: #DC710F;
}
</style>
background-color css
<style>
a { background-color: #DC710F; }
a { background-color: rgb(220,113,15); }
div.DivClassName
{
background-color: #DC710F;
}
.BgClassName
{
background-color: #DC710F;
}
</style>
border-color css
<style>
span { border-color: #DC710F; }
span { border-color: rgb(220,113,15); }
td.TdClassName
{
border-color: #DC710F;
}
.TagClassName
{
border-color: #DC710F;
}
</style>