Shades of Mango Tango #DC8008
Tints of Mango Tango #DC8008
RGB
CMYK
RGB Variations
Color information
#DC8008 (or 0xDC8008) is known color: Mango Tango. HEX triplet: DC, 80 and 08. RGB value is (220,128,8). Sum of RGB (Red+Green+Blue) = 220+128+8=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8008 is #237FF7. Grayscale: #8E8E8E. Windows color (decimal): -2326520 or 557276. OLE color: 557276.
HSL color Cylindrical-coordinate representation of color #DC8008: hue angle of 33.96º degrees, saturation: 0.93, 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 #DC8008 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.14 |
| HSL | 33.96º | 0.93% | 0.45% | - |
| HSV(B) | 33.96º | 0.96% | 0.86% | - |
| XYZ | 37.28 | 30.67 | 4.19 | - |
| YUV | 141.83 | 52.48 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 8 | 0 | 0.42 | 0.96 | 0.14 | 33.96 | 0.93 | 0.45 |
| Hex | DC | 80 | 8 | 0 | 2A | 60 | E | 22 | 5D | 2D |
| Octal | 334 | 200 | 10 | 0 | 52 | 140 | 16 | 42 | 135 | 55 |
| Binary | 11011100 | 10000000 | 1000 | 0 | 101010 | 1100000 | 1110 | 100010 | 1011101 | 101101 |
Color Harmonies of #DC8008
Complementary color
Monochromatic Colors of #DC8008
Black with #DC8008
Text Example
Text Example
White with #DC8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8008; }
p { color: rgb(220,128,8); }
H1.HeaderClassName
{
color: #DC8008;
}
.AnyTagClassName
{
color: #DC8008;
}
</style>
background-color css
<style>
a { background-color: #DC8008; }
a { background-color: rgb(220,128,8); }
div.DivClassName
{
background-color: #DC8008;
}
.BgClassName
{
background-color: #DC8008;
}
</style>
border-color css
<style>
span { border-color: #DC8008; }
span { border-color: rgb(220,128,8); }
td.TdClassName
{
border-color: #DC8008;
}
.TagClassName
{
border-color: #DC8008;
}
</style>