Shades of Mango Tango #DA8007
Tints of Mango Tango #DA8007
RGB
CMYK
RGB Variations
Color information
#DA8007 (or 0xDA8007) is known color: Mango Tango. HEX triplet: DA, 80 and 07. RGB value is (218,128,7). Sum of RGB (Red+Green+Blue) = 218+128+7=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8007 is #257FF8. Grayscale: #8D8D8D. Windows color (decimal): -2457593 or 491738. OLE color: 491738.
HSL color Cylindrical-coordinate representation of color #DA8007: hue angle of 34.41º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA8007 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.15 |
| HSL | 34.41º | 0.94% | 0.44% | - |
| HSV(B) | 34.41º | 0.97% | 0.85% | - |
| XYZ | 36.67 | 30.36 | 4.13 | - |
| YUV | 141.12 | 52.32 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 7 | 0 | 0.41 | 0.97 | 0.15 | 34.41 | 0.94 | 0.44 |
| Hex | DA | 80 | 7 | 0 | 29 | 61 | F | 22 | 5E | 2C |
| Octal | 332 | 200 | 7 | 0 | 51 | 141 | 17 | 42 | 136 | 54 |
| Binary | 11011010 | 10000000 | 111 | 0 | 101001 | 1100001 | 1111 | 100010 | 1011110 | 101100 |
Color Harmonies of #DA8007
Complementary color
Monochromatic Colors of #DA8007
Black with #DA8007
Text Example
Text Example
White with #DA8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8007; }
p { color: rgb(218,128,7); }
H1.HeaderClassName
{
color: #DA8007;
}
.AnyTagClassName
{
color: #DA8007;
}
</style>
background-color css
<style>
a { background-color: #DA8007; }
a { background-color: rgb(218,128,7); }
div.DivClassName
{
background-color: #DA8007;
}
.BgClassName
{
background-color: #DA8007;
}
</style>
border-color css
<style>
span { border-color: #DA8007; }
span { border-color: rgb(218,128,7); }
td.TdClassName
{
border-color: #DA8007;
}
.TagClassName
{
border-color: #DA8007;
}
</style>