Shades of Mango Tango #DD7712
Tints of Mango Tango #DD7712
RGB
CMYK
RGB Variations
Color information
#DD7712 (or 0xDD7712) is known color: Mango Tango. HEX triplet: DD, 77 and 12. RGB value is (221,119,18). Sum of RGB (Red+Green+Blue) = 221+119+18=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7712 is #2288ED. Grayscale: #8A8A8A. Windows color (decimal): -2263278 or 1210333. OLE color: 1210333.
HSL color Cylindrical-coordinate representation of color #DD7712: hue angle of 29.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD7712 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.13 |
| HSL | 29.85º | 0.85% | 0.47% | - |
| HSV(B) | 29.85º | 0.92% | 0.87% | - |
| XYZ | 36.52 | 28.61 | 4.17 | - |
| YUV | 137.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 18 | 0 | 0.46 | 0.92 | 0.13 | 29.85 | 0.85 | 0.47 |
| Hex | DD | 77 | 12 | 0 | 2E | 5C | D | 1E | 55 | 2F |
| Octal | 335 | 167 | 22 | 0 | 56 | 134 | 15 | 36 | 125 | 57 |
| Binary | 11011101 | 1110111 | 10010 | 0 | 101110 | 1011100 | 1101 | 11110 | 1010101 | 101111 |
Color Harmonies of #DD7712
Complementary color
Monochromatic Colors of #DD7712
Black with #DD7712
Text Example
Text Example
White with #DD7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7712; }
p { color: rgb(221,119,18); }
H1.HeaderClassName
{
color: #DD7712;
}
.AnyTagClassName
{
color: #DD7712;
}
</style>
background-color css
<style>
a { background-color: #DD7712; }
a { background-color: rgb(221,119,18); }
div.DivClassName
{
background-color: #DD7712;
}
.BgClassName
{
background-color: #DD7712;
}
</style>
border-color css
<style>
span { border-color: #DD7712; }
span { border-color: rgb(221,119,18); }
td.TdClassName
{
border-color: #DD7712;
}
.TagClassName
{
border-color: #DD7712;
}
</style>