Shades of Mango Tango #DA7000
Tints of Mango Tango #DA7000
RGB
CMYK
RGB Variations
Color information
#DA7000 (or 0xDA7000) is known color: Mango Tango. HEX triplet: DA, 70 and 00. RGB value is (218,112,0). Sum of RGB (Red+Green+Blue) = 218+112+0=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7000 is #258FFF. Grayscale: #838383. Windows color (decimal): -2461696 or 28890. OLE color: 28890.
HSL color Cylindrical-coordinate representation of color #DA7000: hue angle of 30.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA7000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.15 |
| HSL | 30.83º | 1% | 0.43% | - |
| HSV(B) | 30.83º | 1% | 0.85% | - |
| XYZ | 34.71 | 26.49 | 3.28 | - |
| YUV | 130.93 | 54.12 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 0 | 0 | 0.49 | 1 | 0.15 | 30.83 | 1 | 0.43 |
| Hex | DA | 70 | 0 | 0 | 31 | 64 | F | 1F | 64 | 2B |
| Octal | 332 | 160 | 0 | 0 | 61 | 144 | 17 | 37 | 144 | 53 |
| Binary | 11011010 | 1110000 | 0 | 0 | 110001 | 1100100 | 1111 | 11111 | 1100100 | 101011 |
Color Harmonies of #DA7000
Complementary color
Monochromatic Colors of #DA7000
Black with #DA7000
Text Example
Text Example
White with #DA7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7000; }
p { color: rgb(218,112,0); }
H1.HeaderClassName
{
color: #DA7000;
}
.AnyTagClassName
{
color: #DA7000;
}
</style>
background-color css
<style>
a { background-color: #DA7000; }
a { background-color: rgb(218,112,0); }
div.DivClassName
{
background-color: #DA7000;
}
.BgClassName
{
background-color: #DA7000;
}
</style>
border-color css
<style>
span { border-color: #DA7000; }
span { border-color: rgb(218,112,0); }
td.TdClassName
{
border-color: #DA7000;
}
.TagClassName
{
border-color: #DA7000;
}
</style>