Shades of Mango Tango #DF740A
Tints of Mango Tango #DF740A
RGB
CMYK
RGB Variations
Color information
#DF740A (or 0xDF740A) is known color: Mango Tango. HEX triplet: DF, 74 and 0A. RGB value is (223,116,10). Sum of RGB (Red+Green+Blue) = 223+116+10=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF740A is #208BF5. Grayscale: #888888. Windows color (decimal): -2132982 or 685279. OLE color: 685279.
HSL color Cylindrical-coordinate representation of color #DF740A: hue angle of 29.86º 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 #DF740A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.13 |
| HSL | 29.86º | 0.91% | 0.46% | - |
| HSV(B) | 29.86º | 0.96% | 0.87% | - |
| XYZ | 36.73 | 28.2 | 3.79 | - |
| YUV | 135.91 | 56.95 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 10 | 0 | 0.48 | 0.96 | 0.13 | 29.86 | 0.91 | 0.46 |
| Hex | DF | 74 | A | 0 | 30 | 60 | D | 1E | 5B | 2E |
| Octal | 337 | 164 | 12 | 0 | 60 | 140 | 15 | 36 | 133 | 56 |
| Binary | 11011111 | 1110100 | 1010 | 0 | 110000 | 1100000 | 1101 | 11110 | 1011011 | 101110 |
Color Harmonies of #DF740A
Complementary color
Monochromatic Colors of #DF740A
Black with #DF740A
Text Example
Text Example
White with #DF740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF740A; }
p { color: rgb(223,116,10); }
H1.HeaderClassName
{
color: #DF740A;
}
.AnyTagClassName
{
color: #DF740A;
}
</style>
background-color css
<style>
a { background-color: #DF740A; }
a { background-color: rgb(223,116,10); }
div.DivClassName
{
background-color: #DF740A;
}
.BgClassName
{
background-color: #DF740A;
}
</style>
border-color css
<style>
span { border-color: #DF740A; }
span { border-color: rgb(223,116,10); }
td.TdClassName
{
border-color: #DF740A;
}
.TagClassName
{
border-color: #DF740A;
}
</style>