Shades of Mango Tango #DD7C12
Tints of Mango Tango #DD7C12
RGB
CMYK
RGB Variations
Color information
#DD7C12 (or 0xDD7C12) is known color: Mango Tango. HEX triplet: DD, 7C and 12. RGB value is (221,124,18). Sum of RGB (Red+Green+Blue) = 221+124+18=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C12 is #2283ED. Grayscale: #8D8D8D. Windows color (decimal): -2261998 or 1211613. OLE color: 1211613.
HSL color Cylindrical-coordinate representation of color #DD7C12: hue angle of 31.33º 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 #DD7C12 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.13 |
| HSL | 31.33º | 0.85% | 0.47% | - |
| HSV(B) | 31.33º | 0.92% | 0.87% | - |
| XYZ | 37.14 | 29.83 | 4.37 | - |
| YUV | 140.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 18 | 0 | 0.44 | 0.92 | 0.13 | 31.33 | 0.85 | 0.47 |
| Hex | DD | 7C | 12 | 0 | 2C | 5C | D | 1F | 55 | 2F |
| Octal | 335 | 174 | 22 | 0 | 54 | 134 | 15 | 37 | 125 | 57 |
| Binary | 11011101 | 1111100 | 10010 | 0 | 101100 | 1011100 | 1101 | 11111 | 1010101 | 101111 |
Color Harmonies of #DD7C12
Complementary color
Monochromatic Colors of #DD7C12
Black with #DD7C12
Text Example
Text Example
White with #DD7C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C12; }
p { color: rgb(221,124,18); }
H1.HeaderClassName
{
color: #DD7C12;
}
.AnyTagClassName
{
color: #DD7C12;
}
</style>
background-color css
<style>
a { background-color: #DD7C12; }
a { background-color: rgb(221,124,18); }
div.DivClassName
{
background-color: #DD7C12;
}
.BgClassName
{
background-color: #DD7C12;
}
</style>
border-color css
<style>
span { border-color: #DD7C12; }
span { border-color: rgb(221,124,18); }
td.TdClassName
{
border-color: #DD7C12;
}
.TagClassName
{
border-color: #DD7C12;
}
</style>