Shades of Mango Tango #DA780F
Tints of Mango Tango #DA780F
RGB
CMYK
RGB Variations
Color information
#DA780F (or 0xDA780F) is known color: Mango Tango. HEX triplet: DA, 78 and 0F. RGB value is (218,120,15). Sum of RGB (Red+Green+Blue) = 218+120+15=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA780F is #2587F0. Grayscale: #898989. Windows color (decimal): -2459633 or 1013978. OLE color: 1013978.
HSL color Cylindrical-coordinate representation of color #DA780F: hue angle of 31.03º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA780F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.15 |
| HSL | 31.03º | 0.87% | 0.46% | - |
| HSV(B) | 31.03º | 0.93% | 0.85% | - |
| XYZ | 35.72 | 28.37 | 4.05 | - |
| YUV | 137.33 | 58.97 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 15 | 0 | 0.45 | 0.93 | 0.15 | 31.03 | 0.87 | 0.46 |
| Hex | DA | 78 | F | 0 | 2D | 5D | F | 1F | 57 | 2E |
| Octal | 332 | 170 | 17 | 0 | 55 | 135 | 17 | 37 | 127 | 56 |
| Binary | 11011010 | 1111000 | 1111 | 0 | 101101 | 1011101 | 1111 | 11111 | 1010111 | 101110 |
Color Harmonies of #DA780F
Complementary color
Monochromatic Colors of #DA780F
Black with #DA780F
Text Example
Text Example
White with #DA780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA780F; }
p { color: rgb(218,120,15); }
H1.HeaderClassName
{
color: #DA780F;
}
.AnyTagClassName
{
color: #DA780F;
}
</style>
background-color css
<style>
a { background-color: #DA780F; }
a { background-color: rgb(218,120,15); }
div.DivClassName
{
background-color: #DA780F;
}
.BgClassName
{
background-color: #DA780F;
}
</style>
border-color css
<style>
span { border-color: #DA780F; }
span { border-color: rgb(218,120,15); }
td.TdClassName
{
border-color: #DA780F;
}
.TagClassName
{
border-color: #DA780F;
}
</style>