Shades of Mango Tango #DC6403
Tints of Mango Tango #DC6403
RGB
CMYK
RGB Variations
Color information
#DC6403 (or 0xDC6403) is known color: Mango Tango. HEX triplet: DC, 64 and 03. RGB value is (220,100,3). Sum of RGB (Red+Green+Blue) = 220+100+3=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6403 is #239BFC. Grayscale: #7D7D7D. Windows color (decimal): -2333693 or 222428. OLE color: 222428.
HSL color Cylindrical-coordinate representation of color #DC6403: hue angle of 26.82º 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 #DC6403 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.14 |
| HSL | 26.82º | 0.97% | 0.44% | - |
| HSV(B) | 26.82º | 0.99% | 0.86% | - |
| XYZ | 34.09 | 24.34 | 2.99 | - |
| YUV | 124.82 | 59.26 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 3 | 0 | 0.55 | 0.99 | 0.14 | 26.82 | 0.97 | 0.44 |
| Hex | DC | 64 | 3 | 0 | 37 | 63 | E | 1B | 61 | 2C |
| Octal | 334 | 144 | 3 | 0 | 67 | 143 | 16 | 33 | 141 | 54 |
| Binary | 11011100 | 1100100 | 11 | 0 | 110111 | 1100011 | 1110 | 11011 | 1100001 | 101100 |
Color Harmonies of #DC6403
Complementary color
Monochromatic Colors of #DC6403
Black with #DC6403
Text Example
Text Example
White with #DC6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6403; }
p { color: rgb(220,100,3); }
H1.HeaderClassName
{
color: #DC6403;
}
.AnyTagClassName
{
color: #DC6403;
}
</style>
background-color css
<style>
a { background-color: #DC6403; }
a { background-color: rgb(220,100,3); }
div.DivClassName
{
background-color: #DC6403;
}
.BgClassName
{
background-color: #DC6403;
}
</style>
border-color css
<style>
span { border-color: #DC6403; }
span { border-color: rgb(220,100,3); }
td.TdClassName
{
border-color: #DC6403;
}
.TagClassName
{
border-color: #DC6403;
}
</style>