Shades of Mango Tango #DA710C
Tints of Mango Tango #DA710C
RGB
CMYK
RGB Variations
Color information
#DA710C (or 0xDA710C) is known color: Mango Tango. HEX triplet: DA, 71 and 0C. RGB value is (218,113,12). Sum of RGB (Red+Green+Blue) = 218+113+12=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA710C is #258EF3. Grayscale: #858585. Windows color (decimal): -2461428 or 815578. OLE color: 815578.
HSL color Cylindrical-coordinate representation of color #DA710C: hue angle of 29.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA710C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.15 |
| HSL | 29.42º | 0.9% | 0.45% | - |
| HSV(B) | 29.42º | 0.94% | 0.85% | - |
| XYZ | 34.88 | 26.74 | 3.67 | - |
| YUV | 132.88 | 59.79 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 12 | 0 | 0.48 | 0.94 | 0.15 | 29.42 | 0.9 | 0.45 |
| Hex | DA | 71 | C | 0 | 30 | 5E | F | 1D | 5A | 2D |
| Octal | 332 | 161 | 14 | 0 | 60 | 136 | 17 | 35 | 132 | 55 |
| Binary | 11011010 | 1110001 | 1100 | 0 | 110000 | 1011110 | 1111 | 11101 | 1011010 | 101101 |
Color Harmonies of #DA710C
Complementary color
Monochromatic Colors of #DA710C
Black with #DA710C
Text Example
Text Example
White with #DA710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA710C; }
p { color: rgb(218,113,12); }
H1.HeaderClassName
{
color: #DA710C;
}
.AnyTagClassName
{
color: #DA710C;
}
</style>
background-color css
<style>
a { background-color: #DA710C; }
a { background-color: rgb(218,113,12); }
div.DivClassName
{
background-color: #DA710C;
}
.BgClassName
{
background-color: #DA710C;
}
</style>
border-color css
<style>
span { border-color: #DA710C; }
span { border-color: rgb(218,113,12); }
td.TdClassName
{
border-color: #DA710C;
}
.TagClassName
{
border-color: #DA710C;
}
</style>