Shades of Mango Tango #DD8305
Tints of Mango Tango #DD8305
RGB
CMYK
RGB Variations
Color information
#DD8305 (or 0xDD8305) is known color: Mango Tango. HEX triplet: DD, 83 and 05. RGB value is (221,131,5). Sum of RGB (Red+Green+Blue) = 221+131+5=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8305 is #227CFA. Grayscale: #909090. Windows color (decimal): -2260219 or 361437. OLE color: 361437.
HSL color Cylindrical-coordinate representation of color #DD8305: hue angle of 35º 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 #DD8305 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.13 |
| HSL | 35º | 0.96% | 0.44% | - |
| HSV(B) | 35º | 0.98% | 0.87% | - |
| XYZ | 37.96 | 31.62 | 4.25 | - |
| YUV | 143.55 | 49.82 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 5 | 0 | 0.41 | 0.98 | 0.13 | 35 | 0.96 | 0.44 |
| Hex | DD | 83 | 5 | 0 | 29 | 62 | D | 23 | 60 | 2C |
| Octal | 335 | 203 | 5 | 0 | 51 | 142 | 15 | 43 | 140 | 54 |
| Binary | 11011101 | 10000011 | 101 | 0 | 101001 | 1100010 | 1101 | 100011 | 1100000 | 101100 |
Color Harmonies of #DD8305
Complementary color
Monochromatic Colors of #DD8305
Black with #DD8305
Text Example
Text Example
White with #DD8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8305; }
p { color: rgb(221,131,5); }
H1.HeaderClassName
{
color: #DD8305;
}
.AnyTagClassName
{
color: #DD8305;
}
</style>
background-color css
<style>
a { background-color: #DD8305; }
a { background-color: rgb(221,131,5); }
div.DivClassName
{
background-color: #DD8305;
}
.BgClassName
{
background-color: #DD8305;
}
</style>
border-color css
<style>
span { border-color: #DD8305; }
span { border-color: rgb(221,131,5); }
td.TdClassName
{
border-color: #DD8305;
}
.TagClassName
{
border-color: #DD8305;
}
</style>