Shades of Mango Tango #DD7E12
Tints of Mango Tango #DD7E12
RGB
CMYK
RGB Variations
Color information
#DD7E12 (or 0xDD7E12) is known color: Mango Tango. HEX triplet: DD, 7E and 12. RGB value is (221,126,18). Sum of RGB (Red+Green+Blue) = 221+126+18=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E12 is #2281ED. Grayscale: #8E8E8E. Windows color (decimal): -2261486 or 1212125. OLE color: 1212125.
HSL color Cylindrical-coordinate representation of color #DD7E12: hue angle of 31.92º 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 #DD7E12 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.13 |
| HSL | 31.92º | 0.85% | 0.47% | - |
| HSV(B) | 31.92º | 0.92% | 0.87% | - |
| XYZ | 37.39 | 30.34 | 4.46 | - |
| YUV | 142.09 | 57.97 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 18 | 0 | 0.43 | 0.92 | 0.13 | 31.92 | 0.85 | 0.47 |
| Hex | DD | 7E | 12 | 0 | 2B | 5C | D | 20 | 55 | 2F |
| Octal | 335 | 176 | 22 | 0 | 53 | 134 | 15 | 40 | 125 | 57 |
| Binary | 11011101 | 1111110 | 10010 | 0 | 101011 | 1011100 | 1101 | 100000 | 1010101 | 101111 |
Color Harmonies of #DD7E12
Complementary color
Monochromatic Colors of #DD7E12
Black with #DD7E12
Text Example
Text Example
White with #DD7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E12; }
p { color: rgb(221,126,18); }
H1.HeaderClassName
{
color: #DD7E12;
}
.AnyTagClassName
{
color: #DD7E12;
}
</style>
background-color css
<style>
a { background-color: #DD7E12; }
a { background-color: rgb(221,126,18); }
div.DivClassName
{
background-color: #DD7E12;
}
.BgClassName
{
background-color: #DD7E12;
}
</style>
border-color css
<style>
span { border-color: #DD7E12; }
span { border-color: rgb(221,126,18); }
td.TdClassName
{
border-color: #DD7E12;
}
.TagClassName
{
border-color: #DD7E12;
}
</style>