Shades of Mango Tango #DA740F
Tints of Mango Tango #DA740F
RGB
CMYK
RGB Variations
Color information
#DA740F (or 0xDA740F) is known color: Mango Tango. HEX triplet: DA, 74 and 0F. RGB value is (218,116,15). Sum of RGB (Red+Green+Blue) = 218+116+15=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA740F is #258BF0. Grayscale: #878787. Windows color (decimal): -2460657 or 1012954. OLE color: 1012954.
HSL color Cylindrical-coordinate representation of color #DA740F: hue angle of 29.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA740F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.15 |
| HSL | 29.85º | 0.87% | 0.46% | - |
| HSV(B) | 29.85º | 0.93% | 0.85% | - |
| XYZ | 35.25 | 27.43 | 3.89 | - |
| YUV | 134.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 15 | 0 | 0.47 | 0.93 | 0.15 | 29.85 | 0.87 | 0.46 |
| Hex | DA | 74 | F | 0 | 2F | 5D | F | 1E | 57 | 2E |
| Octal | 332 | 164 | 17 | 0 | 57 | 135 | 17 | 36 | 127 | 56 |
| Binary | 11011010 | 1110100 | 1111 | 0 | 101111 | 1011101 | 1111 | 11110 | 1010111 | 101110 |
Color Harmonies of #DA740F
Complementary color
Monochromatic Colors of #DA740F
Black with #DA740F
Text Example
Text Example
White with #DA740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA740F; }
p { color: rgb(218,116,15); }
H1.HeaderClassName
{
color: #DA740F;
}
.AnyTagClassName
{
color: #DA740F;
}
</style>
background-color css
<style>
a { background-color: #DA740F; }
a { background-color: rgb(218,116,15); }
div.DivClassName
{
background-color: #DA740F;
}
.BgClassName
{
background-color: #DA740F;
}
</style>
border-color css
<style>
span { border-color: #DA740F; }
span { border-color: rgb(218,116,15); }
td.TdClassName
{
border-color: #DA740F;
}
.TagClassName
{
border-color: #DA740F;
}
</style>