Shades of Mango Tango #DD7306
Tints of Mango Tango #DD7306
RGB
CMYK
RGB Variations
Color information
#DD7306 (or 0xDD7306) is known color: Mango Tango. HEX triplet: DD, 73 and 06. RGB value is (221,115,6). Sum of RGB (Red+Green+Blue) = 221+115+6=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7306 is #228CF9. Grayscale: #868686. Windows color (decimal): -2264314 or 422877. OLE color: 422877.
HSL color Cylindrical-coordinate representation of color #DD7306: hue angle of 30.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7306 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 6 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.13 |
| HSL | 30.42º | 0.95% | 0.45% | - |
| HSV(B) | 30.42º | 0.97% | 0.87% | - |
| XYZ | 35.98 | 27.65 | 3.61 | - |
| YUV | 134.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 6 | 0 | 0.48 | 0.97 | 0.13 | 30.42 | 0.95 | 0.45 |
| Hex | DD | 73 | 6 | 0 | 30 | 61 | D | 1E | 5F | 2D |
| Octal | 335 | 163 | 6 | 0 | 60 | 141 | 15 | 36 | 137 | 55 |
| Binary | 11011101 | 1110011 | 110 | 0 | 110000 | 1100001 | 1101 | 11110 | 1011111 | 101101 |
Color Harmonies of #DD7306
Complementary color
Monochromatic Colors of #DD7306
Black with #DD7306
Text Example
Text Example
White with #DD7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7306; }
p { color: rgb(221,115,6); }
H1.HeaderClassName
{
color: #DD7306;
}
.AnyTagClassName
{
color: #DD7306;
}
</style>
background-color css
<style>
a { background-color: #DD7306; }
a { background-color: rgb(221,115,6); }
div.DivClassName
{
background-color: #DD7306;
}
.BgClassName
{
background-color: #DD7306;
}
</style>
border-color css
<style>
span { border-color: #DD7306; }
span { border-color: rgb(221,115,6); }
td.TdClassName
{
border-color: #DD7306;
}
.TagClassName
{
border-color: #DD7306;
}
</style>