Shades of Mango Tango #DD800C
Tints of Mango Tango #DD800C
RGB
CMYK
RGB Variations
Color information
#DD800C (or 0xDD800C) is known color: Mango Tango. HEX triplet: DD, 80 and 0C. RGB value is (221,128,12). Sum of RGB (Red+Green+Blue) = 221+128+12=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD800C is #227FF3. Grayscale: #8F8F8F. Windows color (decimal): -2260980 or 819421. OLE color: 819421.
HSL color Cylindrical-coordinate representation of color #DD800C: hue angle of 33.3º 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 #DD800C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.3º | 0.9% | 0.46% | - |
| HSV(B) | 33.3º | 0.95% | 0.87% | - |
| XYZ | 37.6 | 30.84 | 4.32 | - |
| YUV | 142.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 12 | 0 | 0.42 | 0.95 | 0.13 | 33.3 | 0.9 | 0.46 |
| Hex | DD | 80 | C | 0 | 2A | 5F | D | 21 | 5A | 2E |
| Octal | 335 | 200 | 14 | 0 | 52 | 137 | 15 | 41 | 132 | 56 |
| Binary | 11011101 | 10000000 | 1100 | 0 | 101010 | 1011111 | 1101 | 100001 | 1011010 | 101110 |
Color Harmonies of #DD800C
Complementary color
Monochromatic Colors of #DD800C
Black with #DD800C
Text Example
Text Example
White with #DD800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD800C; }
p { color: rgb(221,128,12); }
H1.HeaderClassName
{
color: #DD800C;
}
.AnyTagClassName
{
color: #DD800C;
}
</style>
background-color css
<style>
a { background-color: #DD800C; }
a { background-color: rgb(221,128,12); }
div.DivClassName
{
background-color: #DD800C;
}
.BgClassName
{
background-color: #DD800C;
}
</style>
border-color css
<style>
span { border-color: #DD800C; }
span { border-color: rgb(221,128,12); }
td.TdClassName
{
border-color: #DD800C;
}
.TagClassName
{
border-color: #DD800C;
}
</style>