Shades of Mango Tango #DD700D
Tints of Mango Tango #DD700D
RGB
CMYK
RGB Variations
Color information
#DD700D (or 0xDD700D) is known color: Mango Tango. HEX triplet: DD, 70 and 0D. RGB value is (221,112,13). Sum of RGB (Red+Green+Blue) = 221+112+13=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD700D is #228FF2. Grayscale: #858585. Windows color (decimal): -2265075 or 880861. OLE color: 880861.
HSL color Cylindrical-coordinate representation of color #DD700D: hue angle of 28.56º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD700D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.13 |
| HSL | 28.56º | 0.89% | 0.46% | - |
| HSV(B) | 28.56º | 0.94% | 0.87% | - |
| XYZ | 35.69 | 26.99 | 3.71 | - |
| YUV | 133.31 | 60.11 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 13 | 0 | 0.49 | 0.94 | 0.13 | 28.56 | 0.89 | 0.46 |
| Hex | DD | 70 | D | 0 | 31 | 5E | D | 1D | 59 | 2E |
| Octal | 335 | 160 | 15 | 0 | 61 | 136 | 15 | 35 | 131 | 56 |
| Binary | 11011101 | 1110000 | 1101 | 0 | 110001 | 1011110 | 1101 | 11101 | 1011001 | 101110 |
Color Harmonies of #DD700D
Complementary color
Monochromatic Colors of #DD700D
Black with #DD700D
Text Example
Text Example
White with #DD700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD700D; }
p { color: rgb(221,112,13); }
H1.HeaderClassName
{
color: #DD700D;
}
.AnyTagClassName
{
color: #DD700D;
}
</style>
background-color css
<style>
a { background-color: #DD700D; }
a { background-color: rgb(221,112,13); }
div.DivClassName
{
background-color: #DD700D;
}
.BgClassName
{
background-color: #DD700D;
}
</style>
border-color css
<style>
span { border-color: #DD700D; }
span { border-color: rgb(221,112,13); }
td.TdClassName
{
border-color: #DD700D;
}
.TagClassName
{
border-color: #DD700D;
}
</style>