Shades of Mango Tango #DA7505
Tints of Mango Tango #DA7505
RGB
CMYK
RGB Variations
Color information
#DA7505 (or 0xDA7505) is known color: Mango Tango. HEX triplet: DA, 75 and 05. RGB value is (218,117,5). Sum of RGB (Red+Green+Blue) = 218+117+5=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7505 is #258AFA. Grayscale: #868686. Windows color (decimal): -2460411 or 357850. OLE color: 357850.
HSL color Cylindrical-coordinate representation of color #DA7505: hue angle of 31.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA7505 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.15 |
| HSL | 31.55º | 0.96% | 0.44% | - |
| HSV(B) | 31.55º | 0.98% | 0.85% | - |
| XYZ | 35.3 | 27.64 | 3.62 | - |
| YUV | 134.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 5 | 0 | 0.46 | 0.98 | 0.15 | 31.55 | 0.96 | 0.44 |
| Hex | DA | 75 | 5 | 0 | 2E | 62 | F | 20 | 60 | 2C |
| Octal | 332 | 165 | 5 | 0 | 56 | 142 | 17 | 40 | 140 | 54 |
| Binary | 11011010 | 1110101 | 101 | 0 | 101110 | 1100010 | 1111 | 100000 | 1100000 | 101100 |
Color Harmonies of #DA7505
Complementary color
Monochromatic Colors of #DA7505
Black with #DA7505
Text Example
Text Example
White with #DA7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7505; }
p { color: rgb(218,117,5); }
H1.HeaderClassName
{
color: #DA7505;
}
.AnyTagClassName
{
color: #DA7505;
}
</style>
background-color css
<style>
a { background-color: #DA7505; }
a { background-color: rgb(218,117,5); }
div.DivClassName
{
background-color: #DA7505;
}
.BgClassName
{
background-color: #DA7505;
}
</style>
border-color css
<style>
span { border-color: #DA7505; }
span { border-color: rgb(218,117,5); }
td.TdClassName
{
border-color: #DA7505;
}
.TagClassName
{
border-color: #DA7505;
}
</style>