Shades of Mango Tango #DC6F00
Tints of Mango Tango #DC6F00
RGB
CMYK
RGB Variations
Color information
#DC6F00 (or 0xDC6F00) is known color: Mango Tango. HEX triplet: DC, 6F and 00. RGB value is (220,111,0). Sum of RGB (Red+Green+Blue) = 220+111+0=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F00 is #2390FF. Grayscale: #838383. Windows color (decimal): -2330880 or 28636. OLE color: 28636.
HSL color Cylindrical-coordinate representation of color #DC6F00: hue angle of 30.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 #DC6F00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.14 |
| HSL | 30.27º | 1% | 0.43% | - |
| HSV(B) | 30.27º | 1% | 0.86% | - |
| XYZ | 35.2 | 26.58 | 3.28 | - |
| YUV | 130.94 | 54.11 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 0 | 0 | 0.50 | 1 | 0.14 | 30.27 | 1 | 0.43 |
| Hex | DC | 6F | 0 | 0 | 32 | 64 | E | 1E | 64 | 2B |
| Octal | 334 | 157 | 0 | 0 | 62 | 144 | 16 | 36 | 144 | 53 |
| Binary | 11011100 | 1101111 | 0 | 0 | 110010 | 1100100 | 1110 | 11110 | 1100100 | 101011 |
Color Harmonies of #DC6F00
Complementary color
Monochromatic Colors of #DC6F00
Black with #DC6F00
Text Example
Text Example
White with #DC6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F00; }
p { color: rgb(220,111,0); }
H1.HeaderClassName
{
color: #DC6F00;
}
.AnyTagClassName
{
color: #DC6F00;
}
</style>
background-color css
<style>
a { background-color: #DC6F00; }
a { background-color: rgb(220,111,0); }
div.DivClassName
{
background-color: #DC6F00;
}
.BgClassName
{
background-color: #DC6F00;
}
</style>
border-color css
<style>
span { border-color: #DC6F00; }
span { border-color: rgb(220,111,0); }
td.TdClassName
{
border-color: #DC6F00;
}
.TagClassName
{
border-color: #DC6F00;
}
</style>