Shades of Mango Tango #DA720D
Tints of Mango Tango #DA720D
RGB
CMYK
RGB Variations
Color information
#DA720D (or 0xDA720D) is known color: Mango Tango. HEX triplet: DA, 72 and 0D. RGB value is (218,114,13). Sum of RGB (Red+Green+Blue) = 218+114+13=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA720D is #258DF2. Grayscale: #868686. Windows color (decimal): -2461171 or 881370. OLE color: 881370.
HSL color Cylindrical-coordinate representation of color #DA720D: hue angle of 29.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA720D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.15 |
| HSL | 29.56º | 0.89% | 0.45% | - |
| HSV(B) | 29.56º | 0.94% | 0.85% | - |
| XYZ | 35 | 26.97 | 3.74 | - |
| YUV | 133.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 13 | 0 | 0.48 | 0.94 | 0.15 | 29.56 | 0.89 | 0.45 |
| Hex | DA | 72 | D | 0 | 30 | 5E | F | 1E | 59 | 2D |
| Octal | 332 | 162 | 15 | 0 | 60 | 136 | 17 | 36 | 131 | 55 |
| Binary | 11011010 | 1110010 | 1101 | 0 | 110000 | 1011110 | 1111 | 11110 | 1011001 | 101101 |
Color Harmonies of #DA720D
Complementary color
Monochromatic Colors of #DA720D
Black with #DA720D
Text Example
Text Example
White with #DA720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA720D; }
p { color: rgb(218,114,13); }
H1.HeaderClassName
{
color: #DA720D;
}
.AnyTagClassName
{
color: #DA720D;
}
</style>
background-color css
<style>
a { background-color: #DA720D; }
a { background-color: rgb(218,114,13); }
div.DivClassName
{
background-color: #DA720D;
}
.BgClassName
{
background-color: #DA720D;
}
</style>
border-color css
<style>
span { border-color: #DA720D; }
span { border-color: rgb(218,114,13); }
td.TdClassName
{
border-color: #DA720D;
}
.TagClassName
{
border-color: #DA720D;
}
</style>