Shades of Mango Tango #DC8102
Tints of Mango Tango #DC8102
RGB
CMYK
RGB Variations
Color information
#DC8102 (or 0xDC8102) is known color: Mango Tango. HEX triplet: DC, 81 and 02. RGB value is (220,129,2). Sum of RGB (Red+Green+Blue) = 220+129+2=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8102 is #237EFD. Grayscale: #8E8E8E. Windows color (decimal): -2326270 or 164316. OLE color: 164316.
HSL color Cylindrical-coordinate representation of color #DC8102: hue angle of 34.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC8102 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.14 |
| HSL | 34.95º | 0.98% | 0.44% | - |
| HSV(B) | 34.95º | 0.99% | 0.86% | - |
| XYZ | 37.38 | 30.92 | 4.06 | - |
| YUV | 141.73 | 49.15 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 2 | 0 | 0.41 | 0.99 | 0.14 | 34.95 | 0.98 | 0.44 |
| Hex | DC | 81 | 2 | 0 | 29 | 63 | E | 23 | 62 | 2C |
| Octal | 334 | 201 | 2 | 0 | 51 | 143 | 16 | 43 | 142 | 54 |
| Binary | 11011100 | 10000001 | 10 | 0 | 101001 | 1100011 | 1110 | 100011 | 1100010 | 101100 |
Color Harmonies of #DC8102
Complementary color
Monochromatic Colors of #DC8102
Black with #DC8102
Text Example
Text Example
White with #DC8102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8102; }
p { color: rgb(220,129,2); }
H1.HeaderClassName
{
color: #DC8102;
}
.AnyTagClassName
{
color: #DC8102;
}
</style>
background-color css
<style>
a { background-color: #DC8102; }
a { background-color: rgb(220,129,2); }
div.DivClassName
{
background-color: #DC8102;
}
.BgClassName
{
background-color: #DC8102;
}
</style>
border-color css
<style>
span { border-color: #DC8102; }
span { border-color: rgb(220,129,2); }
td.TdClassName
{
border-color: #DC8102;
}
.TagClassName
{
border-color: #DC8102;
}
</style>