Shades of Mango Tango #DD750F
Tints of Mango Tango #DD750F
RGB
CMYK
RGB Variations
Color information
#DD750F (or 0xDD750F) is known color: Mango Tango. HEX triplet: DD, 75 and 0F. RGB value is (221,117,15). Sum of RGB (Red+Green+Blue) = 221+117+15=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD750F is #228AF0. Grayscale: #888888. Windows color (decimal): -2263793 or 1013213. OLE color: 1013213.
HSL color Cylindrical-coordinate representation of color #DD750F: hue angle of 29.71º 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 #DD750F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.13 |
| HSL | 29.71º | 0.87% | 0.46% | - |
| HSV(B) | 29.71º | 0.93% | 0.87% | - |
| XYZ | 36.27 | 28.13 | 3.97 | - |
| YUV | 136.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 15 | 0 | 0.47 | 0.93 | 0.13 | 29.71 | 0.87 | 0.46 |
| Hex | DD | 75 | F | 0 | 2F | 5D | D | 1E | 57 | 2E |
| Octal | 335 | 165 | 17 | 0 | 57 | 135 | 15 | 36 | 127 | 56 |
| Binary | 11011101 | 1110101 | 1111 | 0 | 101111 | 1011101 | 1101 | 11110 | 1010111 | 101110 |
Color Harmonies of #DD750F
Complementary color
Monochromatic Colors of #DD750F
Black with #DD750F
Text Example
Text Example
White with #DD750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD750F; }
p { color: rgb(221,117,15); }
H1.HeaderClassName
{
color: #DD750F;
}
.AnyTagClassName
{
color: #DD750F;
}
</style>
background-color css
<style>
a { background-color: #DD750F; }
a { background-color: rgb(221,117,15); }
div.DivClassName
{
background-color: #DD750F;
}
.BgClassName
{
background-color: #DD750F;
}
</style>
border-color css
<style>
span { border-color: #DD750F; }
span { border-color: rgb(221,117,15); }
td.TdClassName
{
border-color: #DD750F;
}
.TagClassName
{
border-color: #DD750F;
}
</style>