Shades of Mango Tango #DA7905
Tints of Mango Tango #DA7905
RGB
CMYK
RGB Variations
Color information
#DA7905 (or 0xDA7905) is known color: Mango Tango. HEX triplet: DA, 79 and 05. RGB value is (218,121,5). Sum of RGB (Red+Green+Blue) = 218+121+5=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7905 is #2586FA. Grayscale: #898989. Windows color (decimal): -2459387 or 358874. OLE color: 358874.
HSL color Cylindrical-coordinate representation of color #DA7905: hue angle of 32.68º 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 #DA7905 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.15 |
| HSL | 32.68º | 0.96% | 0.44% | - |
| HSV(B) | 32.68º | 0.98% | 0.85% | - |
| XYZ | 35.78 | 28.59 | 3.78 | - |
| YUV | 136.78 | 53.64 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 5 | 0 | 0.44 | 0.98 | 0.15 | 32.68 | 0.96 | 0.44 |
| Hex | DA | 79 | 5 | 0 | 2C | 62 | F | 21 | 60 | 2C |
| Octal | 332 | 171 | 5 | 0 | 54 | 142 | 17 | 41 | 140 | 54 |
| Binary | 11011010 | 1111001 | 101 | 0 | 101100 | 1100010 | 1111 | 100001 | 1100000 | 101100 |
Color Harmonies of #DA7905
Complementary color
Monochromatic Colors of #DA7905
Black with #DA7905
Text Example
Text Example
White with #DA7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7905; }
p { color: rgb(218,121,5); }
H1.HeaderClassName
{
color: #DA7905;
}
.AnyTagClassName
{
color: #DA7905;
}
</style>
background-color css
<style>
a { background-color: #DA7905; }
a { background-color: rgb(218,121,5); }
div.DivClassName
{
background-color: #DA7905;
}
.BgClassName
{
background-color: #DA7905;
}
</style>
border-color css
<style>
span { border-color: #DA7905; }
span { border-color: rgb(218,121,5); }
td.TdClassName
{
border-color: #DA7905;
}
.TagClassName
{
border-color: #DA7905;
}
</style>