Shades of Mango Tango #DA7300
Tints of Mango Tango #DA7300
RGB
CMYK
RGB Variations
Color information
#DA7300 (or 0xDA7300) is known color: Mango Tango. HEX triplet: DA, 73 and 00. RGB value is (218,115,0). Sum of RGB (Red+Green+Blue) = 218+115+0=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7300 is #258CFF. Grayscale: #858585. Windows color (decimal): -2460928 or 29658. OLE color: 29658.
HSL color Cylindrical-coordinate representation of color #DA7300: hue angle of 31.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.15 |
| HSL | 31.65º | 1% | 0.43% | - |
| HSV(B) | 31.65º | 1% | 0.85% | - |
| XYZ | 35.04 | 27.17 | 3.4 | - |
| YUV | 132.69 | 53.12 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 0 | 0 | 0.47 | 1 | 0.15 | 31.65 | 1 | 0.43 |
| Hex | DA | 73 | 0 | 0 | 2F | 64 | F | 20 | 64 | 2B |
| Octal | 332 | 163 | 0 | 0 | 57 | 144 | 17 | 40 | 144 | 53 |
| Binary | 11011010 | 1110011 | 0 | 0 | 101111 | 1100100 | 1111 | 100000 | 1100100 | 101011 |
Color Harmonies of #DA7300
Complementary color
Monochromatic Colors of #DA7300
Black with #DA7300
Text Example
Text Example
White with #DA7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7300; }
p { color: rgb(218,115,0); }
H1.HeaderClassName
{
color: #DA7300;
}
.AnyTagClassName
{
color: #DA7300;
}
</style>
background-color css
<style>
a { background-color: #DA7300; }
a { background-color: rgb(218,115,0); }
div.DivClassName
{
background-color: #DA7300;
}
.BgClassName
{
background-color: #DA7300;
}
</style>
border-color css
<style>
span { border-color: #DA7300; }
span { border-color: rgb(218,115,0); }
td.TdClassName
{
border-color: #DA7300;
}
.TagClassName
{
border-color: #DA7300;
}
</style>