Shades of Mango Tango #DD750C
Tints of Mango Tango #DD750C
RGB
CMYK
RGB Variations
Color information
#DD750C (or 0xDD750C) is known color: Mango Tango. HEX triplet: DD, 75 and 0C. RGB value is (221,117,12). Sum of RGB (Red+Green+Blue) = 221+117+12=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD750C is #228AF3. Grayscale: #888888. Windows color (decimal): -2263796 or 816605. OLE color: 816605.
HSL color Cylindrical-coordinate representation of color #DD750C: hue angle of 30.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD750C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.13 |
| HSL | 30.14º | 0.9% | 0.46% | - |
| HSV(B) | 30.14º | 0.95% | 0.87% | - |
| XYZ | 36.25 | 28.12 | 3.87 | - |
| YUV | 136.13 | 57.96 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 12 | 0 | 0.47 | 0.95 | 0.13 | 30.14 | 0.9 | 0.46 |
| Hex | DD | 75 | C | 0 | 2F | 5F | D | 1E | 5A | 2E |
| Octal | 335 | 165 | 14 | 0 | 57 | 137 | 15 | 36 | 132 | 56 |
| Binary | 11011101 | 1110101 | 1100 | 0 | 101111 | 1011111 | 1101 | 11110 | 1011010 | 101110 |
Color Harmonies of #DD750C
Complementary color
Monochromatic Colors of #DD750C
Black with #DD750C
Text Example
Text Example
White with #DD750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD750C; }
p { color: rgb(221,117,12); }
H1.HeaderClassName
{
color: #DD750C;
}
.AnyTagClassName
{
color: #DD750C;
}
</style>
background-color css
<style>
a { background-color: #DD750C; }
a { background-color: rgb(221,117,12); }
div.DivClassName
{
background-color: #DD750C;
}
.BgClassName
{
background-color: #DD750C;
}
</style>
border-color css
<style>
span { border-color: #DD750C; }
span { border-color: rgb(221,117,12); }
td.TdClassName
{
border-color: #DD750C;
}
.TagClassName
{
border-color: #DD750C;
}
</style>