Shades of Mango Tango #DC6500
Tints of Mango Tango #DC6500
RGB
CMYK
RGB Variations
Color information
#DC6500 (or 0xDC6500) is known color: Mango Tango. HEX triplet: DC, 65 and 00. RGB value is (220,101,0). Sum of RGB (Red+Green+Blue) = 220+101+0=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6500 is #239AFF. Grayscale: #7D7D7D. Windows color (decimal): -2333440 or 26076. OLE color: 26076.
HSL color Cylindrical-coordinate representation of color #DC6500: hue angle of 27.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC6500 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.14 |
| HSL | 27.55º | 1% | 0.43% | - |
| HSV(B) | 27.55º | 1% | 0.86% | - |
| XYZ | 34.17 | 24.52 | 2.93 | - |
| YUV | 125.07 | 57.42 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 0 | 0 | 0.54 | 1 | 0.14 | 27.55 | 1 | 0.43 |
| Hex | DC | 65 | 0 | 0 | 36 | 64 | E | 1C | 64 | 2B |
| Octal | 334 | 145 | 0 | 0 | 66 | 144 | 16 | 34 | 144 | 53 |
| Binary | 11011100 | 1100101 | 0 | 0 | 110110 | 1100100 | 1110 | 11100 | 1100100 | 101011 |
Color Harmonies of #DC6500
Complementary color
Monochromatic Colors of #DC6500
Black with #DC6500
Text Example
Text Example
White with #DC6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6500; }
p { color: rgb(220,101,0); }
H1.HeaderClassName
{
color: #DC6500;
}
.AnyTagClassName
{
color: #DC6500;
}
</style>
background-color css
<style>
a { background-color: #DC6500; }
a { background-color: rgb(220,101,0); }
div.DivClassName
{
background-color: #DC6500;
}
.BgClassName
{
background-color: #DC6500;
}
</style>
border-color css
<style>
span { border-color: #DC6500; }
span { border-color: rgb(220,101,0); }
td.TdClassName
{
border-color: #DC6500;
}
.TagClassName
{
border-color: #DC6500;
}
</style>