Shades of Mango Tango #DA7501
Tints of Mango Tango #DA7501
RGB
CMYK
RGB Variations
Color information
#DA7501 (or 0xDA7501) is known color: Mango Tango. HEX triplet: DA, 75 and 01. RGB value is (218,117,1). Sum of RGB (Red+Green+Blue) = 218+117+1=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7501 is #258AFE. Grayscale: #868686. Windows color (decimal): -2460415 or 95706. OLE color: 95706.
HSL color Cylindrical-coordinate representation of color #DA7501: hue angle of 32.07º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7501 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.15 |
| HSL | 32.07º | 0.99% | 0.43% | - |
| HSV(B) | 32.07º | 1% | 0.85% | - |
| XYZ | 35.28 | 27.63 | 3.5 | - |
| YUV | 133.98 | 52.96 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 1 | 0 | 0.46 | 1.00 | 0.15 | 32.07 | 0.99 | 0.43 |
| Hex | DA | 75 | 1 | 0 | 2E | 64 | F | 20 | 63 | 2B |
| Octal | 332 | 165 | 1 | 0 | 56 | 144 | 17 | 40 | 143 | 53 |
| Binary | 11011010 | 1110101 | 1 | 0 | 101110 | 1100100 | 1111 | 100000 | 1100011 | 101011 |
Color Harmonies of #DA7501
Complementary color
Monochromatic Colors of #DA7501
Black with #DA7501
Text Example
Text Example
White with #DA7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7501; }
p { color: rgb(218,117,1); }
H1.HeaderClassName
{
color: #DA7501;
}
.AnyTagClassName
{
color: #DA7501;
}
</style>
background-color css
<style>
a { background-color: #DA7501; }
a { background-color: rgb(218,117,1); }
div.DivClassName
{
background-color: #DA7501;
}
.BgClassName
{
background-color: #DA7501;
}
</style>
border-color css
<style>
span { border-color: #DA7501; }
span { border-color: rgb(218,117,1); }
td.TdClassName
{
border-color: #DA7501;
}
.TagClassName
{
border-color: #DA7501;
}
</style>