Shades of Mango Tango #DD7908
Tints of Mango Tango #DD7908
RGB
CMYK
RGB Variations
Color information
#DD7908 (or 0xDD7908) is known color: Mango Tango. HEX triplet: DD, 79 and 08. RGB value is (221,121,8). Sum of RGB (Red+Green+Blue) = 221+121+8=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7908 is #2286F7. Grayscale: #8A8A8A. Windows color (decimal): -2262776 or 555485. OLE color: 555485.
HSL color Cylindrical-coordinate representation of color #DD7908: hue angle of 31.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD7908 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.13 |
| HSL | 31.83º | 0.93% | 0.45% | - |
| HSV(B) | 31.83º | 0.96% | 0.87% | - |
| XYZ | 36.7 | 29.06 | 3.91 | - |
| YUV | 138.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 8 | 0 | 0.45 | 0.96 | 0.13 | 31.83 | 0.93 | 0.45 |
| Hex | DD | 79 | 8 | 0 | 2D | 60 | D | 20 | 5D | 2D |
| Octal | 335 | 171 | 10 | 0 | 55 | 140 | 15 | 40 | 135 | 55 |
| Binary | 11011101 | 1111001 | 1000 | 0 | 101101 | 1100000 | 1101 | 100000 | 1011101 | 101101 |
Color Harmonies of #DD7908
Complementary color
Monochromatic Colors of #DD7908
Black with #DD7908
Text Example
Text Example
White with #DD7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7908; }
p { color: rgb(221,121,8); }
H1.HeaderClassName
{
color: #DD7908;
}
.AnyTagClassName
{
color: #DD7908;
}
</style>
background-color css
<style>
a { background-color: #DD7908; }
a { background-color: rgb(221,121,8); }
div.DivClassName
{
background-color: #DD7908;
}
.BgClassName
{
background-color: #DD7908;
}
</style>
border-color css
<style>
span { border-color: #DD7908; }
span { border-color: rgb(221,121,8); }
td.TdClassName
{
border-color: #DD7908;
}
.TagClassName
{
border-color: #DD7908;
}
</style>