Shades of Mango Tango #DA7C10
Tints of Mango Tango #DA7C10
RGB
CMYK
RGB Variations
Color information
#DA7C10 (or 0xDA7C10) is known color: Mango Tango. HEX triplet: DA, 7C and 10. RGB value is (218,124,16). Sum of RGB (Red+Green+Blue) = 218+124+16=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C10 is #2583EF. Grayscale: #8C8C8C. Windows color (decimal): -2458608 or 1080538. OLE color: 1080538.
HSL color Cylindrical-coordinate representation of color #DA7C10: hue angle of 32.08º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA7C10 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 16 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.15 |
| HSL | 32.08º | 0.86% | 0.46% | - |
| HSV(B) | 32.08º | 0.93% | 0.85% | - |
| XYZ | 36.21 | 29.36 | 4.25 | - |
| YUV | 139.79 | 58.14 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 16 | 0 | 0.43 | 0.93 | 0.15 | 32.08 | 0.86 | 0.46 |
| Hex | DA | 7C | 10 | 0 | 2B | 5D | F | 20 | 56 | 2E |
| Octal | 332 | 174 | 20 | 0 | 53 | 135 | 17 | 40 | 126 | 56 |
| Binary | 11011010 | 1111100 | 10000 | 0 | 101011 | 1011101 | 1111 | 100000 | 1010110 | 101110 |
Color Harmonies of #DA7C10
Complementary color
Monochromatic Colors of #DA7C10
Black with #DA7C10
Text Example
Text Example
White with #DA7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C10; }
p { color: rgb(218,124,16); }
H1.HeaderClassName
{
color: #DA7C10;
}
.AnyTagClassName
{
color: #DA7C10;
}
</style>
background-color css
<style>
a { background-color: #DA7C10; }
a { background-color: rgb(218,124,16); }
div.DivClassName
{
background-color: #DA7C10;
}
.BgClassName
{
background-color: #DA7C10;
}
</style>
border-color css
<style>
span { border-color: #DA7C10; }
span { border-color: rgb(218,124,16); }
td.TdClassName
{
border-color: #DA7C10;
}
.TagClassName
{
border-color: #DA7C10;
}
</style>