Shades of Mango Tango #DA7407
Tints of Mango Tango #DA7407
RGB
CMYK
RGB Variations
Color information
#DA7407 (or 0xDA7407) is known color: Mango Tango. HEX triplet: DA, 74 and 07. RGB value is (218,116,7). Sum of RGB (Red+Green+Blue) = 218+116+7=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7407 is #258BF8. Grayscale: #868686. Windows color (decimal): -2460665 or 488666. OLE color: 488666.
HSL color Cylindrical-coordinate representation of color #DA7407: hue angle of 31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA7407 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.15 |
| HSL | 31º | 0.94% | 0.44% | - |
| HSV(B) | 31º | 0.97% | 0.85% | - |
| XYZ | 35.2 | 27.41 | 3.64 | - |
| YUV | 134.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 7 | 0 | 0.47 | 0.97 | 0.15 | 31 | 0.94 | 0.44 |
| Hex | DA | 74 | 7 | 0 | 2F | 61 | F | 1F | 5E | 2C |
| Octal | 332 | 164 | 7 | 0 | 57 | 141 | 17 | 37 | 136 | 54 |
| Binary | 11011010 | 1110100 | 111 | 0 | 101111 | 1100001 | 1111 | 11111 | 1011110 | 101100 |
Color Harmonies of #DA7407
Complementary color
Monochromatic Colors of #DA7407
Black with #DA7407
Text Example
Text Example
White with #DA7407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7407; }
p { color: rgb(218,116,7); }
H1.HeaderClassName
{
color: #DA7407;
}
.AnyTagClassName
{
color: #DA7407;
}
</style>
background-color css
<style>
a { background-color: #DA7407; }
a { background-color: rgb(218,116,7); }
div.DivClassName
{
background-color: #DA7407;
}
.BgClassName
{
background-color: #DA7407;
}
</style>
border-color css
<style>
span { border-color: #DA7407; }
span { border-color: rgb(218,116,7); }
td.TdClassName
{
border-color: #DA7407;
}
.TagClassName
{
border-color: #DA7407;
}
</style>