Shades of Mango Tango #DD8207
Tints of Mango Tango #DD8207
RGB
CMYK
RGB Variations
Color information
#DD8207 (or 0xDD8207) is known color: Mango Tango. HEX triplet: DD, 82 and 07. RGB value is (221,130,7). Sum of RGB (Red+Green+Blue) = 221+130+7=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8207 is #227DF8. Grayscale: #8F8F8F. Windows color (decimal): -2260473 or 492253. OLE color: 492253.
HSL color Cylindrical-coordinate representation of color #DD8207: hue angle of 34.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD8207 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.13 |
| HSL | 34.49º | 0.94% | 0.45% | - |
| HSV(B) | 34.49º | 0.97% | 0.87% | - |
| XYZ | 37.84 | 31.35 | 4.26 | - |
| YUV | 143.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 7 | 0 | 0.41 | 0.97 | 0.13 | 34.49 | 0.94 | 0.45 |
| Hex | DD | 82 | 7 | 0 | 29 | 61 | D | 22 | 5E | 2D |
| Octal | 335 | 202 | 7 | 0 | 51 | 141 | 15 | 42 | 136 | 55 |
| Binary | 11011101 | 10000010 | 111 | 0 | 101001 | 1100001 | 1101 | 100010 | 1011110 | 101101 |
Color Harmonies of #DD8207
Complementary color
Monochromatic Colors of #DD8207
Black with #DD8207
Text Example
Text Example
White with #DD8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8207; }
p { color: rgb(221,130,7); }
H1.HeaderClassName
{
color: #DD8207;
}
.AnyTagClassName
{
color: #DD8207;
}
</style>
background-color css
<style>
a { background-color: #DD8207; }
a { background-color: rgb(221,130,7); }
div.DivClassName
{
background-color: #DD8207;
}
.BgClassName
{
background-color: #DD8207;
}
</style>
border-color css
<style>
span { border-color: #DD8207; }
span { border-color: rgb(221,130,7); }
td.TdClassName
{
border-color: #DD8207;
}
.TagClassName
{
border-color: #DD8207;
}
</style>