Shades of Mango Tango #DD8302
Tints of Mango Tango #DD8302
RGB
CMYK
RGB Variations
Color information
#DD8302 (or 0xDD8302) is known color: Mango Tango. HEX triplet: DD, 83 and 02. RGB value is (221,131,2). Sum of RGB (Red+Green+Blue) = 221+131+2=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8302 is #227CFD. Grayscale: #8F8F8F. Windows color (decimal): -2260222 or 164829. OLE color: 164829.
HSL color Cylindrical-coordinate representation of color #DD8302: hue angle of 35.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD8302 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.13 |
| HSL | 35.34º | 0.98% | 0.44% | - |
| HSV(B) | 35.34º | 0.99% | 0.87% | - |
| XYZ | 37.95 | 31.61 | 4.16 | - |
| YUV | 143.2 | 48.32 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 2 | 0 | 0.41 | 0.99 | 0.13 | 35.34 | 0.98 | 0.44 |
| Hex | DD | 83 | 2 | 0 | 29 | 63 | D | 23 | 62 | 2C |
| Octal | 335 | 203 | 2 | 0 | 51 | 143 | 15 | 43 | 142 | 54 |
| Binary | 11011101 | 10000011 | 10 | 0 | 101001 | 1100011 | 1101 | 100011 | 1100010 | 101100 |
Color Harmonies of #DD8302
Complementary color
Monochromatic Colors of #DD8302
Black with #DD8302
Text Example
Text Example
White with #DD8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8302; }
p { color: rgb(221,131,2); }
H1.HeaderClassName
{
color: #DD8302;
}
.AnyTagClassName
{
color: #DD8302;
}
</style>
background-color css
<style>
a { background-color: #DD8302; }
a { background-color: rgb(221,131,2); }
div.DivClassName
{
background-color: #DD8302;
}
.BgClassName
{
background-color: #DD8302;
}
</style>
border-color css
<style>
span { border-color: #DD8302; }
span { border-color: rgb(221,131,2); }
td.TdClassName
{
border-color: #DD8302;
}
.TagClassName
{
border-color: #DD8302;
}
</style>