Shades of Mango Tango #DA7805
Tints of Mango Tango #DA7805
RGB
CMYK
RGB Variations
Color information
#DA7805 (or 0xDA7805) is known color: Mango Tango. HEX triplet: DA, 78 and 05. RGB value is (218,120,5). Sum of RGB (Red+Green+Blue) = 218+120+5=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7805 is #2587FA. Grayscale: #888888. Windows color (decimal): -2459643 or 358618. OLE color: 358618.
HSL color Cylindrical-coordinate representation of color #DA7805: hue angle of 32.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA7805 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.15 |
| HSL | 32.39º | 0.96% | 0.44% | - |
| HSV(B) | 32.39º | 0.98% | 0.85% | - |
| XYZ | 35.66 | 28.35 | 3.74 | - |
| YUV | 136.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 5 | 0 | 0.45 | 0.98 | 0.15 | 32.39 | 0.96 | 0.44 |
| Hex | DA | 78 | 5 | 0 | 2D | 62 | F | 20 | 60 | 2C |
| Octal | 332 | 170 | 5 | 0 | 55 | 142 | 17 | 40 | 140 | 54 |
| Binary | 11011010 | 1111000 | 101 | 0 | 101101 | 1100010 | 1111 | 100000 | 1100000 | 101100 |
Color Harmonies of #DA7805
Complementary color
Monochromatic Colors of #DA7805
Black with #DA7805
Text Example
Text Example
White with #DA7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7805; }
p { color: rgb(218,120,5); }
H1.HeaderClassName
{
color: #DA7805;
}
.AnyTagClassName
{
color: #DA7805;
}
</style>
background-color css
<style>
a { background-color: #DA7805; }
a { background-color: rgb(218,120,5); }
div.DivClassName
{
background-color: #DA7805;
}
.BgClassName
{
background-color: #DA7805;
}
</style>
border-color css
<style>
span { border-color: #DA7805; }
span { border-color: rgb(218,120,5); }
td.TdClassName
{
border-color: #DA7805;
}
.TagClassName
{
border-color: #DA7805;
}
</style>