Shades of Mango Tango #DC6903
Tints of Mango Tango #DC6903
RGB
CMYK
RGB Variations
Color information
#DC6903 (or 0xDC6903) is known color: Mango Tango. HEX triplet: DC, 69 and 03. RGB value is (220,105,3). Sum of RGB (Red+Green+Blue) = 220+105+3=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6903 is #2396FC. Grayscale: #808080. Windows color (decimal): -2332413 or 223708. OLE color: 223708.
HSL color Cylindrical-coordinate representation of color #DC6903: hue angle of 28.2º 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 #DC6903 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.14 |
| HSL | 28.2º | 0.97% | 0.44% | - |
| HSV(B) | 28.2º | 0.99% | 0.86% | - |
| XYZ | 34.58 | 25.33 | 3.15 | - |
| YUV | 127.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 3 | 0 | 0.52 | 0.99 | 0.14 | 28.2 | 0.97 | 0.44 |
| Hex | DC | 69 | 3 | 0 | 34 | 63 | E | 1C | 61 | 2C |
| Octal | 334 | 151 | 3 | 0 | 64 | 143 | 16 | 34 | 141 | 54 |
| Binary | 11011100 | 1101001 | 11 | 0 | 110100 | 1100011 | 1110 | 11100 | 1100001 | 101100 |
Color Harmonies of #DC6903
Complementary color
Monochromatic Colors of #DC6903
Black with #DC6903
Text Example
Text Example
White with #DC6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6903; }
p { color: rgb(220,105,3); }
H1.HeaderClassName
{
color: #DC6903;
}
.AnyTagClassName
{
color: #DC6903;
}
</style>
background-color css
<style>
a { background-color: #DC6903; }
a { background-color: rgb(220,105,3); }
div.DivClassName
{
background-color: #DC6903;
}
.BgClassName
{
background-color: #DC6903;
}
</style>
border-color css
<style>
span { border-color: #DC6903; }
span { border-color: rgb(220,105,3); }
td.TdClassName
{
border-color: #DC6903;
}
.TagClassName
{
border-color: #DC6903;
}
</style>