Shades of Mango Tango #DD700F
Tints of Mango Tango #DD700F
RGB
CMYK
RGB Variations
Color information
#DD700F (or 0xDD700F) is known color: Mango Tango. HEX triplet: DD, 70 and 0F. RGB value is (221,112,15). Sum of RGB (Red+Green+Blue) = 221+112+15=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD700F is #228FF0. Grayscale: #868686. Windows color (decimal): -2265073 or 1011933. OLE color: 1011933.
HSL color Cylindrical-coordinate representation of color #DD700F: hue angle of 28.25º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD700F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.13 |
| HSL | 28.25º | 0.87% | 0.46% | - |
| HSV(B) | 28.25º | 0.93% | 0.87% | - |
| XYZ | 35.7 | 26.99 | 3.78 | - |
| YUV | 133.53 | 61.11 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 15 | 0 | 0.49 | 0.93 | 0.13 | 28.25 | 0.87 | 0.46 |
| Hex | DD | 70 | F | 0 | 31 | 5D | D | 1C | 57 | 2E |
| Octal | 335 | 160 | 17 | 0 | 61 | 135 | 15 | 34 | 127 | 56 |
| Binary | 11011101 | 1110000 | 1111 | 0 | 110001 | 1011101 | 1101 | 11100 | 1010111 | 101110 |
Color Harmonies of #DD700F
Complementary color
Monochromatic Colors of #DD700F
Black with #DD700F
Text Example
Text Example
White with #DD700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD700F; }
p { color: rgb(221,112,15); }
H1.HeaderClassName
{
color: #DD700F;
}
.AnyTagClassName
{
color: #DD700F;
}
</style>
background-color css
<style>
a { background-color: #DD700F; }
a { background-color: rgb(221,112,15); }
div.DivClassName
{
background-color: #DD700F;
}
.BgClassName
{
background-color: #DD700F;
}
</style>
border-color css
<style>
span { border-color: #DD700F; }
span { border-color: rgb(221,112,15); }
td.TdClassName
{
border-color: #DD700F;
}
.TagClassName
{
border-color: #DD700F;
}
</style>