Shades of Mango Tango #DD740F
Tints of Mango Tango #DD740F
RGB
CMYK
RGB Variations
Color information
#DD740F (or 0xDD740F) is known color: Mango Tango. HEX triplet: DD, 74 and 0F. RGB value is (221,116,15). Sum of RGB (Red+Green+Blue) = 221+116+15=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD740F is #228BF0. Grayscale: #888888. Windows color (decimal): -2264049 or 1012957. OLE color: 1012957.
HSL color Cylindrical-coordinate representation of color #DD740F: hue angle of 29.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD740F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.13 |
| HSL | 29.42º | 0.87% | 0.46% | - |
| HSV(B) | 29.42º | 0.93% | 0.87% | - |
| XYZ | 36.15 | 27.9 | 3.93 | - |
| YUV | 135.88 | 59.79 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 15 | 0 | 0.48 | 0.93 | 0.13 | 29.42 | 0.87 | 0.46 |
| Hex | DD | 74 | F | 0 | 30 | 5D | D | 1D | 57 | 2E |
| Octal | 335 | 164 | 17 | 0 | 60 | 135 | 15 | 35 | 127 | 56 |
| Binary | 11011101 | 1110100 | 1111 | 0 | 110000 | 1011101 | 1101 | 11101 | 1010111 | 101110 |
Color Harmonies of #DD740F
Complementary color
Monochromatic Colors of #DD740F
Black with #DD740F
Text Example
Text Example
White with #DD740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD740F; }
p { color: rgb(221,116,15); }
H1.HeaderClassName
{
color: #DD740F;
}
.AnyTagClassName
{
color: #DD740F;
}
</style>
background-color css
<style>
a { background-color: #DD740F; }
a { background-color: rgb(221,116,15); }
div.DivClassName
{
background-color: #DD740F;
}
.BgClassName
{
background-color: #DD740F;
}
</style>
border-color css
<style>
span { border-color: #DD740F; }
span { border-color: rgb(221,116,15); }
td.TdClassName
{
border-color: #DD740F;
}
.TagClassName
{
border-color: #DD740F;
}
</style>