Shades of Mango Tango #DC8009
Tints of Mango Tango #DC8009
RGB
CMYK
RGB Variations
Color information
#DC8009 (or 0xDC8009) is known color: Mango Tango. HEX triplet: DC, 80 and 09. RGB value is (220,128,9). Sum of RGB (Red+Green+Blue) = 220+128+9=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8009 is #237FF6. Grayscale: #8E8E8E. Windows color (decimal): -2326519 or 622812. OLE color: 622812.
HSL color Cylindrical-coordinate representation of color #DC8009: hue angle of 33.84º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8009 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.14 |
| HSL | 33.84º | 0.92% | 0.45% | - |
| HSV(B) | 33.84º | 0.96% | 0.86% | - |
| XYZ | 37.28 | 30.67 | 4.21 | - |
| YUV | 141.94 | 52.98 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 9 | 0 | 0.42 | 0.96 | 0.14 | 33.84 | 0.92 | 0.45 |
| Hex | DC | 80 | 9 | 0 | 2A | 60 | E | 22 | 5C | 2D |
| Octal | 334 | 200 | 11 | 0 | 52 | 140 | 16 | 42 | 134 | 55 |
| Binary | 11011100 | 10000000 | 1001 | 0 | 101010 | 1100000 | 1110 | 100010 | 1011100 | 101101 |
Color Harmonies of #DC8009
Complementary color
Monochromatic Colors of #DC8009
Black with #DC8009
Text Example
Text Example
White with #DC8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8009; }
p { color: rgb(220,128,9); }
H1.HeaderClassName
{
color: #DC8009;
}
.AnyTagClassName
{
color: #DC8009;
}
</style>
background-color css
<style>
a { background-color: #DC8009; }
a { background-color: rgb(220,128,9); }
div.DivClassName
{
background-color: #DC8009;
}
.BgClassName
{
background-color: #DC8009;
}
</style>
border-color css
<style>
span { border-color: #DC8009; }
span { border-color: rgb(220,128,9); }
td.TdClassName
{
border-color: #DC8009;
}
.TagClassName
{
border-color: #DC8009;
}
</style>