Shades of Mango Tango #DF740C
Tints of Mango Tango #DF740C
RGB
CMYK
RGB Variations
Color information
#DF740C (or 0xDF740C) is known color: Mango Tango. HEX triplet: DF, 74 and 0C. RGB value is (223,116,12). Sum of RGB (Red+Green+Blue) = 223+116+12=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF740C is #208BF3. Grayscale: #888888. Windows color (decimal): -2132980 or 816351. OLE color: 816351.
HSL color Cylindrical-coordinate representation of color #DF740C: hue angle of 29.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF740C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.13 |
| HSL | 29.57º | 0.9% | 0.46% | - |
| HSV(B) | 29.57º | 0.95% | 0.87% | - |
| XYZ | 36.74 | 28.21 | 3.86 | - |
| YUV | 136.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 12 | 0 | 0.48 | 0.95 | 0.13 | 29.57 | 0.9 | 0.46 |
| Hex | DF | 74 | C | 0 | 30 | 5F | D | 1E | 5A | 2E |
| Octal | 337 | 164 | 14 | 0 | 60 | 137 | 15 | 36 | 132 | 56 |
| Binary | 11011111 | 1110100 | 1100 | 0 | 110000 | 1011111 | 1101 | 11110 | 1011010 | 101110 |
Color Harmonies of #DF740C
Complementary color
Monochromatic Colors of #DF740C
Black with #DF740C
Text Example
Text Example
White with #DF740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF740C; }
p { color: rgb(223,116,12); }
H1.HeaderClassName
{
color: #DF740C;
}
.AnyTagClassName
{
color: #DF740C;
}
</style>
background-color css
<style>
a { background-color: #DF740C; }
a { background-color: rgb(223,116,12); }
div.DivClassName
{
background-color: #DF740C;
}
.BgClassName
{
background-color: #DF740C;
}
</style>
border-color css
<style>
span { border-color: #DF740C; }
span { border-color: rgb(223,116,12); }
td.TdClassName
{
border-color: #DF740C;
}
.TagClassName
{
border-color: #DF740C;
}
</style>