Shades of Mango Tango #DC740F
Tints of Mango Tango #DC740F
RGB
CMYK
RGB Variations
Color information
#DC740F (or 0xDC740F) is known color: Mango Tango. HEX triplet: DC, 74 and 0F. RGB value is (220,116,15). Sum of RGB (Red+Green+Blue) = 220+116+15=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC740F is #238BF0. Grayscale: #888888. Windows color (decimal): -2329585 or 1012956. OLE color: 1012956.
HSL color Cylindrical-coordinate representation of color #DC740F: hue angle of 29.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC740F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.14 |
| HSL | 29.56º | 0.87% | 0.46% | - |
| HSV(B) | 29.56º | 0.93% | 0.86% | - |
| XYZ | 35.85 | 27.74 | 3.92 | - |
| YUV | 135.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 15 | 0 | 0.47 | 0.93 | 0.14 | 29.56 | 0.87 | 0.46 |
| Hex | DC | 74 | F | 0 | 2F | 5D | E | 1E | 57 | 2E |
| Octal | 334 | 164 | 17 | 0 | 57 | 135 | 16 | 36 | 127 | 56 |
| Binary | 11011100 | 1110100 | 1111 | 0 | 101111 | 1011101 | 1110 | 11110 | 1010111 | 101110 |
Color Harmonies of #DC740F
Complementary color
Monochromatic Colors of #DC740F
Black with #DC740F
Text Example
Text Example
White with #DC740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC740F; }
p { color: rgb(220,116,15); }
H1.HeaderClassName
{
color: #DC740F;
}
.AnyTagClassName
{
color: #DC740F;
}
</style>
background-color css
<style>
a { background-color: #DC740F; }
a { background-color: rgb(220,116,15); }
div.DivClassName
{
background-color: #DC740F;
}
.BgClassName
{
background-color: #DC740F;
}
</style>
border-color css
<style>
span { border-color: #DC740F; }
span { border-color: rgb(220,116,15); }
td.TdClassName
{
border-color: #DC740F;
}
.TagClassName
{
border-color: #DC740F;
}
</style>