Shades of Mango Tango #DA780A
Tints of Mango Tango #DA780A
RGB
CMYK
RGB Variations
Color information
#DA780A (or 0xDA780A) is known color: Mango Tango. HEX triplet: DA, 78 and 0A. RGB value is (218,120,10). Sum of RGB (Red+Green+Blue) = 218+120+10=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA780A is #2587F5. Grayscale: #898989. Windows color (decimal): -2459638 or 686298. OLE color: 686298.
HSL color Cylindrical-coordinate representation of color #DA780A: hue angle of 31.73º 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 #DA780A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.15 |
| HSL | 31.73º | 0.91% | 0.45% | - |
| HSV(B) | 31.73º | 0.95% | 0.85% | - |
| XYZ | 35.68 | 28.36 | 3.88 | - |
| YUV | 136.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 10 | 0 | 0.45 | 0.95 | 0.15 | 31.73 | 0.91 | 0.45 |
| Hex | DA | 78 | A | 0 | 2D | 5F | F | 20 | 5B | 2D |
| Octal | 332 | 170 | 12 | 0 | 55 | 137 | 17 | 40 | 133 | 55 |
| Binary | 11011010 | 1111000 | 1010 | 0 | 101101 | 1011111 | 1111 | 100000 | 1011011 | 101101 |
Color Harmonies of #DA780A
Complementary color
Monochromatic Colors of #DA780A
Black with #DA780A
Text Example
Text Example
White with #DA780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA780A; }
p { color: rgb(218,120,10); }
H1.HeaderClassName
{
color: #DA780A;
}
.AnyTagClassName
{
color: #DA780A;
}
</style>
background-color css
<style>
a { background-color: #DA780A; }
a { background-color: rgb(218,120,10); }
div.DivClassName
{
background-color: #DA780A;
}
.BgClassName
{
background-color: #DA780A;
}
</style>
border-color css
<style>
span { border-color: #DA780A; }
span { border-color: rgb(218,120,10); }
td.TdClassName
{
border-color: #DA780A;
}
.TagClassName
{
border-color: #DA780A;
}
</style>