Shades of Mango Tango #DD7B11
Tints of Mango Tango #DD7B11
RGB
CMYK
RGB Variations
Color information
#DD7B11 (or 0xDD7B11) is known color: Mango Tango. HEX triplet: DD, 7B and 11. RGB value is (221,123,17). Sum of RGB (Red+Green+Blue) = 221+123+17=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B11 is #2284EE. Grayscale: #8C8C8C. Windows color (decimal): -2262255 or 1145821. OLE color: 1145821.
HSL color Cylindrical-coordinate representation of color #DD7B11: hue angle of 31.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD7B11 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.13 |
| HSL | 31.18º | 0.86% | 0.47% | - |
| HSV(B) | 31.18º | 0.92% | 0.87% | - |
| XYZ | 37 | 29.58 | 4.29 | - |
| YUV | 140.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 17 | 0 | 0.44 | 0.92 | 0.13 | 31.18 | 0.86 | 0.47 |
| Hex | DD | 7B | 11 | 0 | 2C | 5C | D | 1F | 56 | 2F |
| Octal | 335 | 173 | 21 | 0 | 54 | 134 | 15 | 37 | 126 | 57 |
| Binary | 11011101 | 1111011 | 10001 | 0 | 101100 | 1011100 | 1101 | 11111 | 1010110 | 101111 |
Color Harmonies of #DD7B11
Complementary color
Monochromatic Colors of #DD7B11
Black with #DD7B11
Text Example
Text Example
White with #DD7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B11; }
p { color: rgb(221,123,17); }
H1.HeaderClassName
{
color: #DD7B11;
}
.AnyTagClassName
{
color: #DD7B11;
}
</style>
background-color css
<style>
a { background-color: #DD7B11; }
a { background-color: rgb(221,123,17); }
div.DivClassName
{
background-color: #DD7B11;
}
.BgClassName
{
background-color: #DD7B11;
}
</style>
border-color css
<style>
span { border-color: #DD7B11; }
span { border-color: rgb(221,123,17); }
td.TdClassName
{
border-color: #DD7B11;
}
.TagClassName
{
border-color: #DD7B11;
}
</style>