Shades of Mango Tango #DD730F
Tints of Mango Tango #DD730F
RGB
CMYK
RGB Variations
Color information
#DD730F (or 0xDD730F) is known color: Mango Tango. HEX triplet: DD, 73 and 0F. RGB value is (221,115,15). Sum of RGB (Red+Green+Blue) = 221+115+15=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD730F is #228CF0. Grayscale: #878787. Windows color (decimal): -2264305 or 1012701. OLE color: 1012701.
HSL color Cylindrical-coordinate representation of color #DD730F: hue angle of 29.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD730F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.13 |
| HSL | 29.13º | 0.87% | 0.46% | - |
| HSV(B) | 29.13º | 0.93% | 0.87% | - |
| XYZ | 36.04 | 27.67 | 3.89 | - |
| YUV | 135.29 | 60.12 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 15 | 0 | 0.48 | 0.93 | 0.13 | 29.13 | 0.87 | 0.46 |
| Hex | DD | 73 | F | 0 | 30 | 5D | D | 1D | 57 | 2E |
| Octal | 335 | 163 | 17 | 0 | 60 | 135 | 15 | 35 | 127 | 56 |
| Binary | 11011101 | 1110011 | 1111 | 0 | 110000 | 1011101 | 1101 | 11101 | 1010111 | 101110 |
Color Harmonies of #DD730F
Complementary color
Monochromatic Colors of #DD730F
Black with #DD730F
Text Example
Text Example
White with #DD730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD730F; }
p { color: rgb(221,115,15); }
H1.HeaderClassName
{
color: #DD730F;
}
.AnyTagClassName
{
color: #DD730F;
}
</style>
background-color css
<style>
a { background-color: #DD730F; }
a { background-color: rgb(221,115,15); }
div.DivClassName
{
background-color: #DD730F;
}
.BgClassName
{
background-color: #DD730F;
}
</style>
border-color css
<style>
span { border-color: #DD730F; }
span { border-color: rgb(221,115,15); }
td.TdClassName
{
border-color: #DD730F;
}
.TagClassName
{
border-color: #DD730F;
}
</style>