Shades of Mango Tango #DD730D
Tints of Mango Tango #DD730D
RGB
CMYK
RGB Variations
Color information
#DD730D (or 0xDD730D) is known color: Mango Tango. HEX triplet: DD, 73 and 0D. RGB value is (221,115,13). Sum of RGB (Red+Green+Blue) = 221+115+13=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD730D is #228CF2. Grayscale: #878787. Windows color (decimal): -2264307 or 881629. OLE color: 881629.
HSL color Cylindrical-coordinate representation of color #DD730D: hue angle of 29.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD730D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.13 |
| HSL | 29.42º | 0.89% | 0.46% | - |
| HSV(B) | 29.42º | 0.94% | 0.87% | - |
| XYZ | 36.02 | 27.66 | 3.82 | - |
| YUV | 135.07 | 59.12 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 13 | 0 | 0.48 | 0.94 | 0.13 | 29.42 | 0.89 | 0.46 |
| Hex | DD | 73 | D | 0 | 30 | 5E | D | 1D | 59 | 2E |
| Octal | 335 | 163 | 15 | 0 | 60 | 136 | 15 | 35 | 131 | 56 |
| Binary | 11011101 | 1110011 | 1101 | 0 | 110000 | 1011110 | 1101 | 11101 | 1011001 | 101110 |
Color Harmonies of #DD730D
Complementary color
Monochromatic Colors of #DD730D
Black with #DD730D
Text Example
Text Example
White with #DD730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD730D; }
p { color: rgb(221,115,13); }
H1.HeaderClassName
{
color: #DD730D;
}
.AnyTagClassName
{
color: #DD730D;
}
</style>
background-color css
<style>
a { background-color: #DD730D; }
a { background-color: rgb(221,115,13); }
div.DivClassName
{
background-color: #DD730D;
}
.BgClassName
{
background-color: #DD730D;
}
</style>
border-color css
<style>
span { border-color: #DD730D; }
span { border-color: rgb(221,115,13); }
td.TdClassName
{
border-color: #DD730D;
}
.TagClassName
{
border-color: #DD730D;
}
</style>