Shades of Mango Tango #DA720C
Tints of Mango Tango #DA720C
RGB
CMYK
RGB Variations
Color information
#DA720C (or 0xDA720C) is known color: Mango Tango. HEX triplet: DA, 72 and 0C. RGB value is (218,114,12). Sum of RGB (Red+Green+Blue) = 218+114+12=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA720C is #258DF3. Grayscale: #858585. Windows color (decimal): -2461172 or 815834. OLE color: 815834.
HSL color Cylindrical-coordinate representation of color #DA720C: hue angle of 29.71º degrees, saturation: 0.9, 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 #DA720C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.15 |
| HSL | 29.71º | 0.9% | 0.45% | - |
| HSV(B) | 29.71º | 0.94% | 0.85% | - |
| XYZ | 35 | 26.97 | 3.71 | - |
| YUV | 133.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 12 | 0 | 0.48 | 0.94 | 0.15 | 29.71 | 0.9 | 0.45 |
| Hex | DA | 72 | C | 0 | 30 | 5E | F | 1E | 5A | 2D |
| Octal | 332 | 162 | 14 | 0 | 60 | 136 | 17 | 36 | 132 | 55 |
| Binary | 11011010 | 1110010 | 1100 | 0 | 110000 | 1011110 | 1111 | 11110 | 1011010 | 101101 |
Color Harmonies of #DA720C
Complementary color
Monochromatic Colors of #DA720C
Black with #DA720C
Text Example
Text Example
White with #DA720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA720C; }
p { color: rgb(218,114,12); }
H1.HeaderClassName
{
color: #DA720C;
}
.AnyTagClassName
{
color: #DA720C;
}
</style>
background-color css
<style>
a { background-color: #DA720C; }
a { background-color: rgb(218,114,12); }
div.DivClassName
{
background-color: #DA720C;
}
.BgClassName
{
background-color: #DA720C;
}
</style>
border-color css
<style>
span { border-color: #DA720C; }
span { border-color: rgb(218,114,12); }
td.TdClassName
{
border-color: #DA720C;
}
.TagClassName
{
border-color: #DA720C;
}
</style>