Shades of Mango Tango #DF740F
Tints of Mango Tango #DF740F
RGB
CMYK
RGB Variations
Color information
#DF740F (or 0xDF740F) is known color: Mango Tango. HEX triplet: DF, 74 and 0F. RGB value is (223,116,15). Sum of RGB (Red+Green+Blue) = 223+116+15=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF740F is #208BF0. Grayscale: #888888. Windows color (decimal): -2132977 or 1012959. OLE color: 1012959.
HSL color Cylindrical-coordinate representation of color #DF740F: hue angle of 29.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF740F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.13 |
| HSL | 29.13º | 0.87% | 0.47% | - |
| HSV(B) | 29.13º | 0.93% | 0.87% | - |
| XYZ | 36.76 | 28.21 | 3.96 | - |
| YUV | 136.48 | 59.45 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 15 | 0 | 0.48 | 0.93 | 0.13 | 29.13 | 0.87 | 0.47 |
| Hex | DF | 74 | F | 0 | 30 | 5D | D | 1D | 57 | 2F |
| Octal | 337 | 164 | 17 | 0 | 60 | 135 | 15 | 35 | 127 | 57 |
| Binary | 11011111 | 1110100 | 1111 | 0 | 110000 | 1011101 | 1101 | 11101 | 1010111 | 101111 |
Color Harmonies of #DF740F
Complementary color
Monochromatic Colors of #DF740F
Black with #DF740F
Text Example
Text Example
White with #DF740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF740F; }
p { color: rgb(223,116,15); }
H1.HeaderClassName
{
color: #DF740F;
}
.AnyTagClassName
{
color: #DF740F;
}
</style>
background-color css
<style>
a { background-color: #DF740F; }
a { background-color: rgb(223,116,15); }
div.DivClassName
{
background-color: #DF740F;
}
.BgClassName
{
background-color: #DF740F;
}
</style>
border-color css
<style>
span { border-color: #DF740F; }
span { border-color: rgb(223,116,15); }
td.TdClassName
{
border-color: #DF740F;
}
.TagClassName
{
border-color: #DF740F;
}
</style>