Shades of Mango Tango #DF720A
Tints of Mango Tango #DF720A
RGB
CMYK
RGB Variations
Color information
#DF720A (or 0xDF720A) is known color: Mango Tango. HEX triplet: DF, 72 and 0A. RGB value is (223,114,10). Sum of RGB (Red+Green+Blue) = 223+114+10=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF720A is #208DF5. Grayscale: #878787. Windows color (decimal): -2133494 or 684767. OLE color: 684767.
HSL color Cylindrical-coordinate representation of color #DF720A: hue angle of 29.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF720A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.13 |
| HSL | 29.3º | 0.91% | 0.46% | - |
| HSV(B) | 29.3º | 0.96% | 0.87% | - |
| XYZ | 36.5 | 27.74 | 3.72 | - |
| YUV | 134.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 10 | 0 | 0.49 | 0.96 | 0.13 | 29.3 | 0.91 | 0.46 |
| Hex | DF | 72 | A | 0 | 31 | 60 | D | 1D | 5B | 2E |
| Octal | 337 | 162 | 12 | 0 | 61 | 140 | 15 | 35 | 133 | 56 |
| Binary | 11011111 | 1110010 | 1010 | 0 | 110001 | 1100000 | 1101 | 11101 | 1011011 | 101110 |
Color Harmonies of #DF720A
Complementary color
Monochromatic Colors of #DF720A
Black with #DF720A
Text Example
Text Example
White with #DF720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF720A; }
p { color: rgb(223,114,10); }
H1.HeaderClassName
{
color: #DF720A;
}
.AnyTagClassName
{
color: #DF720A;
}
</style>
background-color css
<style>
a { background-color: #DF720A; }
a { background-color: rgb(223,114,10); }
div.DivClassName
{
background-color: #DF720A;
}
.BgClassName
{
background-color: #DF720A;
}
</style>
border-color css
<style>
span { border-color: #DF720A; }
span { border-color: rgb(223,114,10); }
td.TdClassName
{
border-color: #DF720A;
}
.TagClassName
{
border-color: #DF720A;
}
</style>