Shades of Mango Tango #DF710C
Tints of Mango Tango #DF710C
RGB
CMYK
RGB Variations
Color information
#DF710C (or 0xDF710C) is known color: Mango Tango. HEX triplet: DF, 71 and 0C. RGB value is (223,113,12). Sum of RGB (Red+Green+Blue) = 223+113+12=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF710C is #208EF3. Grayscale: #868686. Windows color (decimal): -2133748 or 815583. OLE color: 815583.
HSL color Cylindrical-coordinate representation of color #DF710C: hue angle of 28.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF710C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.13 |
| HSL | 28.72º | 0.9% | 0.46% | - |
| HSV(B) | 28.72º | 0.95% | 0.87% | - |
| XYZ | 36.4 | 27.52 | 3.74 | - |
| YUV | 134.38 | 58.94 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 12 | 0 | 0.49 | 0.95 | 0.13 | 28.72 | 0.9 | 0.46 |
| Hex | DF | 71 | C | 0 | 31 | 5F | D | 1D | 5A | 2E |
| Octal | 337 | 161 | 14 | 0 | 61 | 137 | 15 | 35 | 132 | 56 |
| Binary | 11011111 | 1110001 | 1100 | 0 | 110001 | 1011111 | 1101 | 11101 | 1011010 | 101110 |
Color Harmonies of #DF710C
Complementary color
Monochromatic Colors of #DF710C
Black with #DF710C
Text Example
Text Example
White with #DF710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF710C; }
p { color: rgb(223,113,12); }
H1.HeaderClassName
{
color: #DF710C;
}
.AnyTagClassName
{
color: #DF710C;
}
</style>
background-color css
<style>
a { background-color: #DF710C; }
a { background-color: rgb(223,113,12); }
div.DivClassName
{
background-color: #DF710C;
}
.BgClassName
{
background-color: #DF710C;
}
</style>
border-color css
<style>
span { border-color: #DF710C; }
span { border-color: rgb(223,113,12); }
td.TdClassName
{
border-color: #DF710C;
}
.TagClassName
{
border-color: #DF710C;
}
</style>