Shades of Mango Tango #DC8103
Tints of Mango Tango #DC8103
RGB
CMYK
RGB Variations
Color information
#DC8103 (or 0xDC8103) is known color: Mango Tango. HEX triplet: DC, 81 and 03. RGB value is (220,129,3). Sum of RGB (Red+Green+Blue) = 220+129+3=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8103 is #237EFC. Grayscale: #8E8E8E. Windows color (decimal): -2326269 or 229852. OLE color: 229852.
HSL color Cylindrical-coordinate representation of color #DC8103: hue angle of 34.84º degrees, saturation: 0.97, 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 #DC8103 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.14 |
| HSL | 34.84º | 0.97% | 0.44% | - |
| HSV(B) | 34.84º | 0.99% | 0.86% | - |
| XYZ | 37.38 | 30.92 | 4.08 | - |
| YUV | 141.85 | 49.65 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 3 | 0 | 0.41 | 0.99 | 0.14 | 34.84 | 0.97 | 0.44 |
| Hex | DC | 81 | 3 | 0 | 29 | 63 | E | 23 | 61 | 2C |
| Octal | 334 | 201 | 3 | 0 | 51 | 143 | 16 | 43 | 141 | 54 |
| Binary | 11011100 | 10000001 | 11 | 0 | 101001 | 1100011 | 1110 | 100011 | 1100001 | 101100 |
Color Harmonies of #DC8103
Complementary color
Monochromatic Colors of #DC8103
Black with #DC8103
Text Example
Text Example
White with #DC8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8103; }
p { color: rgb(220,129,3); }
H1.HeaderClassName
{
color: #DC8103;
}
.AnyTagClassName
{
color: #DC8103;
}
</style>
background-color css
<style>
a { background-color: #DC8103; }
a { background-color: rgb(220,129,3); }
div.DivClassName
{
background-color: #DC8103;
}
.BgClassName
{
background-color: #DC8103;
}
</style>
border-color css
<style>
span { border-color: #DC8103; }
span { border-color: rgb(220,129,3); }
td.TdClassName
{
border-color: #DC8103;
}
.TagClassName
{
border-color: #DC8103;
}
</style>