Shades of Mango Tango #DD7B10
Tints of Mango Tango #DD7B10
RGB
CMYK
RGB Variations
Color information
#DD7B10 (or 0xDD7B10) is known color: Mango Tango. HEX triplet: DD, 7B and 10. RGB value is (221,123,16). Sum of RGB (Red+Green+Blue) = 221+123+16=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B10 is #2284EF. Grayscale: #8C8C8C. Windows color (decimal): -2262256 or 1080285. OLE color: 1080285.
HSL color Cylindrical-coordinate representation of color #DD7B10: hue angle of 31.32º degrees, saturation: 0.86, 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 #DD7B10 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.13 |
| HSL | 31.32º | 0.86% | 0.46% | - |
| HSV(B) | 31.32º | 0.93% | 0.87% | - |
| XYZ | 37 | 29.58 | 4.25 | - |
| YUV | 140.1 | 57.97 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 16 | 0 | 0.44 | 0.93 | 0.13 | 31.32 | 0.86 | 0.46 |
| Hex | DD | 7B | 10 | 0 | 2C | 5D | D | 1F | 56 | 2E |
| Octal | 335 | 173 | 20 | 0 | 54 | 135 | 15 | 37 | 126 | 56 |
| Binary | 11011101 | 1111011 | 10000 | 0 | 101100 | 1011101 | 1101 | 11111 | 1010110 | 101110 |
Color Harmonies of #DD7B10
Complementary color
Monochromatic Colors of #DD7B10
Black with #DD7B10
Text Example
Text Example
White with #DD7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B10; }
p { color: rgb(221,123,16); }
H1.HeaderClassName
{
color: #DD7B10;
}
.AnyTagClassName
{
color: #DD7B10;
}
</style>
background-color css
<style>
a { background-color: #DD7B10; }
a { background-color: rgb(221,123,16); }
div.DivClassName
{
background-color: #DD7B10;
}
.BgClassName
{
background-color: #DD7B10;
}
</style>
border-color css
<style>
span { border-color: #DD7B10; }
span { border-color: rgb(221,123,16); }
td.TdClassName
{
border-color: #DD7B10;
}
.TagClassName
{
border-color: #DD7B10;
}
</style>