Shades of Mango Tango #DC7203
Tints of Mango Tango #DC7203
RGB
CMYK
RGB Variations
Color information
#DC7203 (or 0xDC7203) is known color: Mango Tango. HEX triplet: DC, 72 and 03. RGB value is (220,114,3). Sum of RGB (Red+Green+Blue) = 220+114+3=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7203 is #238DFC. Grayscale: #858585. Windows color (decimal): -2330109 or 226012. OLE color: 226012.
HSL color Cylindrical-coordinate representation of color #DC7203: hue angle of 30.69º 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 #DC7203 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.14 |
| HSL | 30.69º | 0.97% | 0.44% | - |
| HSV(B) | 30.69º | 0.99% | 0.86% | - |
| XYZ | 35.55 | 27.26 | 3.47 | - |
| YUV | 133.04 | 54.62 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 3 | 0 | 0.48 | 0.99 | 0.14 | 30.69 | 0.97 | 0.44 |
| Hex | DC | 72 | 3 | 0 | 30 | 63 | E | 1F | 61 | 2C |
| Octal | 334 | 162 | 3 | 0 | 60 | 143 | 16 | 37 | 141 | 54 |
| Binary | 11011100 | 1110010 | 11 | 0 | 110000 | 1100011 | 1110 | 11111 | 1100001 | 101100 |
Color Harmonies of #DC7203
Complementary color
Monochromatic Colors of #DC7203
Black with #DC7203
Text Example
Text Example
White with #DC7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7203; }
p { color: rgb(220,114,3); }
H1.HeaderClassName
{
color: #DC7203;
}
.AnyTagClassName
{
color: #DC7203;
}
</style>
background-color css
<style>
a { background-color: #DC7203; }
a { background-color: rgb(220,114,3); }
div.DivClassName
{
background-color: #DC7203;
}
.BgClassName
{
background-color: #DC7203;
}
</style>
border-color css
<style>
span { border-color: #DC7203; }
span { border-color: rgb(220,114,3); }
td.TdClassName
{
border-color: #DC7203;
}
.TagClassName
{
border-color: #DC7203;
}
</style>