Shades of Mango Tango #DC6501
Tints of Mango Tango #DC6501
RGB
CMYK
RGB Variations
Color information
#DC6501 (or 0xDC6501) is known color: Mango Tango. HEX triplet: DC, 65 and 01. RGB value is (220,101,1). Sum of RGB (Red+Green+Blue) = 220+101+1=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6501 is #239AFE. Grayscale: #7D7D7D. Windows color (decimal): -2333439 or 91612. OLE color: 91612.
HSL color Cylindrical-coordinate representation of color #DC6501: hue angle of 27.4º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC6501 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.14 |
| HSL | 27.4º | 0.99% | 0.43% | - |
| HSV(B) | 27.4º | 1% | 0.86% | - |
| XYZ | 34.17 | 24.53 | 2.96 | - |
| YUV | 125.18 | 57.92 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 1 | 0 | 0.54 | 1.00 | 0.14 | 27.4 | 0.99 | 0.43 |
| Hex | DC | 65 | 1 | 0 | 36 | 64 | E | 1B | 63 | 2B |
| Octal | 334 | 145 | 1 | 0 | 66 | 144 | 16 | 33 | 143 | 53 |
| Binary | 11011100 | 1100101 | 1 | 0 | 110110 | 1100100 | 1110 | 11011 | 1100011 | 101011 |
Color Harmonies of #DC6501
Complementary color
Monochromatic Colors of #DC6501
Black with #DC6501
Text Example
Text Example
White with #DC6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6501; }
p { color: rgb(220,101,1); }
H1.HeaderClassName
{
color: #DC6501;
}
.AnyTagClassName
{
color: #DC6501;
}
</style>
background-color css
<style>
a { background-color: #DC6501; }
a { background-color: rgb(220,101,1); }
div.DivClassName
{
background-color: #DC6501;
}
.BgClassName
{
background-color: #DC6501;
}
</style>
border-color css
<style>
span { border-color: #DC6501; }
span { border-color: rgb(220,101,1); }
td.TdClassName
{
border-color: #DC6501;
}
.TagClassName
{
border-color: #DC6501;
}
</style>