Shades of Mango Tango #DC6300
Tints of Mango Tango #DC6300
RGB
CMYK
RGB Variations
Color information
#DC6300 (or 0xDC6300) is known color: Mango Tango. HEX triplet: DC, 63 and 00. RGB value is (220,99,0). Sum of RGB (Red+Green+Blue) = 220+99+0=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6300 is #239CFF. Grayscale: #7C7C7C. Windows color (decimal): -2333952 or 25564. OLE color: 25564.
HSL color Cylindrical-coordinate representation of color #DC6300: hue angle of 27º 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 #DC6300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.14 |
| HSL | 27º | 1% | 0.43% | - |
| HSV(B) | 27º | 1% | 0.86% | - |
| XYZ | 33.98 | 24.14 | 2.87 | - |
| YUV | 123.89 | 58.09 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 0 | 0 | 0.55 | 1 | 0.14 | 27 | 1 | 0.43 |
| Hex | DC | 63 | 0 | 0 | 37 | 64 | E | 1B | 64 | 2B |
| Octal | 334 | 143 | 0 | 0 | 67 | 144 | 16 | 33 | 144 | 53 |
| Binary | 11011100 | 1100011 | 0 | 0 | 110111 | 1100100 | 1110 | 11011 | 1100100 | 101011 |
Color Harmonies of #DC6300
Complementary color
Monochromatic Colors of #DC6300
Black with #DC6300
Text Example
Text Example
White with #DC6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6300; }
p { color: rgb(220,99,0); }
H1.HeaderClassName
{
color: #DC6300;
}
.AnyTagClassName
{
color: #DC6300;
}
</style>
background-color css
<style>
a { background-color: #DC6300; }
a { background-color: rgb(220,99,0); }
div.DivClassName
{
background-color: #DC6300;
}
.BgClassName
{
background-color: #DC6300;
}
</style>
border-color css
<style>
span { border-color: #DC6300; }
span { border-color: rgb(220,99,0); }
td.TdClassName
{
border-color: #DC6300;
}
.TagClassName
{
border-color: #DC6300;
}
</style>