Shades of Mango Tango #DD800D
Tints of Mango Tango #DD800D
RGB
CMYK
RGB Variations
Color information
#DD800D (or 0xDD800D) is known color: Mango Tango. HEX triplet: DD, 80 and 0D. RGB value is (221,128,13). Sum of RGB (Red+Green+Blue) = 221+128+13=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD800D is #227FF2. Grayscale: #8F8F8F. Windows color (decimal): -2260979 or 884957. OLE color: 884957.
HSL color Cylindrical-coordinate representation of color #DD800D: hue angle of 33.17º 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 #DD800D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.13 |
| HSL | 33.17º | 0.89% | 0.46% | - |
| HSV(B) | 33.17º | 0.94% | 0.87% | - |
| XYZ | 37.61 | 30.84 | 4.35 | - |
| YUV | 142.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 13 | 0 | 0.42 | 0.94 | 0.13 | 33.17 | 0.89 | 0.46 |
| Hex | DD | 80 | D | 0 | 2A | 5E | D | 21 | 59 | 2E |
| Octal | 335 | 200 | 15 | 0 | 52 | 136 | 15 | 41 | 131 | 56 |
| Binary | 11011101 | 10000000 | 1101 | 0 | 101010 | 1011110 | 1101 | 100001 | 1011001 | 101110 |
Color Harmonies of #DD800D
Complementary color
Monochromatic Colors of #DD800D
Black with #DD800D
Text Example
Text Example
White with #DD800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD800D; }
p { color: rgb(221,128,13); }
H1.HeaderClassName
{
color: #DD800D;
}
.AnyTagClassName
{
color: #DD800D;
}
</style>
background-color css
<style>
a { background-color: #DD800D; }
a { background-color: rgb(221,128,13); }
div.DivClassName
{
background-color: #DD800D;
}
.BgClassName
{
background-color: #DD800D;
}
</style>
border-color css
<style>
span { border-color: #DD800D; }
span { border-color: rgb(221,128,13); }
td.TdClassName
{
border-color: #DD800D;
}
.TagClassName
{
border-color: #DD800D;
}
</style>