Shades of Mango Tango #DD8201
Tints of Mango Tango #DD8201
RGB
CMYK
RGB Variations
Color information
#DD8201 (or 0xDD8201) is known color: Mango Tango. HEX triplet: DD, 82 and 01. RGB value is (221,130,1). Sum of RGB (Red+Green+Blue) = 221+130+1=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8201 is #227DFE. Grayscale: #8F8F8F. Windows color (decimal): -2260479 or 99037. OLE color: 99037.
HSL color Cylindrical-coordinate representation of color #DD8201: hue angle of 35.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8201 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.13 |
| HSL | 35.18º | 0.99% | 0.44% | - |
| HSV(B) | 35.18º | 1% | 0.87% | - |
| XYZ | 37.81 | 31.34 | 4.09 | - |
| YUV | 142.5 | 48.15 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 1 | 0 | 0.41 | 1.00 | 0.13 | 35.18 | 0.99 | 0.44 |
| Hex | DD | 82 | 1 | 0 | 29 | 64 | D | 23 | 63 | 2C |
| Octal | 335 | 202 | 1 | 0 | 51 | 144 | 15 | 43 | 143 | 54 |
| Binary | 11011101 | 10000010 | 1 | 0 | 101001 | 1100100 | 1101 | 100011 | 1100011 | 101100 |
Color Harmonies of #DD8201
Complementary color
Monochromatic Colors of #DD8201
Black with #DD8201
Text Example
Text Example
White with #DD8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8201; }
p { color: rgb(221,130,1); }
H1.HeaderClassName
{
color: #DD8201;
}
.AnyTagClassName
{
color: #DD8201;
}
</style>
background-color css
<style>
a { background-color: #DD8201; }
a { background-color: rgb(221,130,1); }
div.DivClassName
{
background-color: #DD8201;
}
.BgClassName
{
background-color: #DD8201;
}
</style>
border-color css
<style>
span { border-color: #DD8201; }
span { border-color: rgb(221,130,1); }
td.TdClassName
{
border-color: #DD8201;
}
.TagClassName
{
border-color: #DD8201;
}
</style>