Shades of Mango Tango #DA760A
Tints of Mango Tango #DA760A
RGB
CMYK
RGB Variations
Color information
#DA760A (or 0xDA760A) is known color: Mango Tango. HEX triplet: DA, 76 and 0A. RGB value is (218,118,10). Sum of RGB (Red+Green+Blue) = 218+118+10=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA760A is #2589F5. Grayscale: #888888. Windows color (decimal): -2460150 or 685786. OLE color: 685786.
HSL color Cylindrical-coordinate representation of color #DA760A: hue angle of 31.15º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA760A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.15 |
| HSL | 31.15º | 0.91% | 0.45% | - |
| HSV(B) | 31.15º | 0.95% | 0.85% | - |
| XYZ | 35.45 | 27.88 | 3.8 | - |
| YUV | 135.59 | 57.13 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 10 | 0 | 0.46 | 0.95 | 0.15 | 31.15 | 0.91 | 0.45 |
| Hex | DA | 76 | A | 0 | 2E | 5F | F | 1F | 5B | 2D |
| Octal | 332 | 166 | 12 | 0 | 56 | 137 | 17 | 37 | 133 | 55 |
| Binary | 11011010 | 1110110 | 1010 | 0 | 101110 | 1011111 | 1111 | 11111 | 1011011 | 101101 |
Color Harmonies of #DA760A
Complementary color
Monochromatic Colors of #DA760A
Black with #DA760A
Text Example
Text Example
White with #DA760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA760A; }
p { color: rgb(218,118,10); }
H1.HeaderClassName
{
color: #DA760A;
}
.AnyTagClassName
{
color: #DA760A;
}
</style>
background-color css
<style>
a { background-color: #DA760A; }
a { background-color: rgb(218,118,10); }
div.DivClassName
{
background-color: #DA760A;
}
.BgClassName
{
background-color: #DA760A;
}
</style>
border-color css
<style>
span { border-color: #DA760A; }
span { border-color: rgb(218,118,10); }
td.TdClassName
{
border-color: #DA760A;
}
.TagClassName
{
border-color: #DA760A;
}
</style>