Shades of Mango Tango #DD8005
Tints of Mango Tango #DD8005
RGB
CMYK
RGB Variations
Color information
#DD8005 (or 0xDD8005) is known color: Mango Tango. HEX triplet: DD, 80 and 05. RGB value is (221,128,5). Sum of RGB (Red+Green+Blue) = 221+128+5=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8005 is #227FFA. Grayscale: #8E8E8E. Windows color (decimal): -2260987 or 360669. OLE color: 360669.
HSL color Cylindrical-coordinate representation of color #DD8005: hue angle of 34.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD8005 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.13 |
| HSL | 34.17º | 0.96% | 0.44% | - |
| HSV(B) | 34.17º | 0.98% | 0.87% | - |
| XYZ | 37.57 | 30.82 | 4.11 | - |
| YUV | 141.79 | 50.81 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 5 | 0 | 0.42 | 0.98 | 0.13 | 34.17 | 0.96 | 0.44 |
| Hex | DD | 80 | 5 | 0 | 2A | 62 | D | 22 | 60 | 2C |
| Octal | 335 | 200 | 5 | 0 | 52 | 142 | 15 | 42 | 140 | 54 |
| Binary | 11011101 | 10000000 | 101 | 0 | 101010 | 1100010 | 1101 | 100010 | 1100000 | 101100 |
Color Harmonies of #DD8005
Complementary color
Monochromatic Colors of #DD8005
Black with #DD8005
Text Example
Text Example
White with #DD8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8005; }
p { color: rgb(221,128,5); }
H1.HeaderClassName
{
color: #DD8005;
}
.AnyTagClassName
{
color: #DD8005;
}
</style>
background-color css
<style>
a { background-color: #DD8005; }
a { background-color: rgb(221,128,5); }
div.DivClassName
{
background-color: #DD8005;
}
.BgClassName
{
background-color: #DD8005;
}
</style>
border-color css
<style>
span { border-color: #DD8005; }
span { border-color: rgb(221,128,5); }
td.TdClassName
{
border-color: #DD8005;
}
.TagClassName
{
border-color: #DD8005;
}
</style>