Shades of Mango Tango #DD7B0C
Tints of Mango Tango #DD7B0C
RGB
CMYK
RGB Variations
Color information
#DD7B0C (or 0xDD7B0C) is known color: Mango Tango. HEX triplet: DD, 7B and 0C. RGB value is (221,123,12). Sum of RGB (Red+Green+Blue) = 221+123+12=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B0C is #2284F3. Grayscale: #8C8C8C. Windows color (decimal): -2262260 or 818141. OLE color: 818141.
HSL color Cylindrical-coordinate representation of color #DD7B0C: hue angle of 31.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD7B0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.13 |
| HSL | 31.87º | 0.9% | 0.46% | - |
| HSV(B) | 31.87º | 0.95% | 0.87% | - |
| XYZ | 36.97 | 29.56 | 4.11 | - |
| YUV | 139.65 | 55.97 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 12 | 0 | 0.44 | 0.95 | 0.13 | 31.87 | 0.9 | 0.46 |
| Hex | DD | 7B | C | 0 | 2C | 5F | D | 20 | 5A | 2E |
| Octal | 335 | 173 | 14 | 0 | 54 | 137 | 15 | 40 | 132 | 56 |
| Binary | 11011101 | 1111011 | 1100 | 0 | 101100 | 1011111 | 1101 | 100000 | 1011010 | 101110 |
Color Harmonies of #DD7B0C
Complementary color
Monochromatic Colors of #DD7B0C
Black with #DD7B0C
Text Example
Text Example
White with #DD7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B0C; }
p { color: rgb(221,123,12); }
H1.HeaderClassName
{
color: #DD7B0C;
}
.AnyTagClassName
{
color: #DD7B0C;
}
</style>
background-color css
<style>
a { background-color: #DD7B0C; }
a { background-color: rgb(221,123,12); }
div.DivClassName
{
background-color: #DD7B0C;
}
.BgClassName
{
background-color: #DD7B0C;
}
</style>
border-color css
<style>
span { border-color: #DD7B0C; }
span { border-color: rgb(221,123,12); }
td.TdClassName
{
border-color: #DD7B0C;
}
.TagClassName
{
border-color: #DD7B0C;
}
</style>