Shades of Mango Tango #DC6F0C
Tints of Mango Tango #DC6F0C
RGB
CMYK
RGB Variations
Color information
#DC6F0C (or 0xDC6F0C) is known color: Mango Tango. HEX triplet: DC, 6F and 0C. RGB value is (220,111,12). Sum of RGB (Red+Green+Blue) = 220+111+12=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F0C is #2390F3. Grayscale: #848484. Windows color (decimal): -2330868 or 815068. OLE color: 815068.
HSL color Cylindrical-coordinate representation of color #DC6F0C: hue angle of 28.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC6F0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.14 |
| HSL | 28.56º | 0.9% | 0.45% | - |
| HSV(B) | 28.56º | 0.95% | 0.86% | - |
| XYZ | 35.27 | 26.61 | 3.63 | - |
| YUV | 132.31 | 60.11 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 12 | 0 | 0.50 | 0.95 | 0.14 | 28.56 | 0.9 | 0.45 |
| Hex | DC | 6F | C | 0 | 32 | 5F | E | 1D | 5A | 2D |
| Octal | 334 | 157 | 14 | 0 | 62 | 137 | 16 | 35 | 132 | 55 |
| Binary | 11011100 | 1101111 | 1100 | 0 | 110010 | 1011111 | 1110 | 11101 | 1011010 | 101101 |
Color Harmonies of #DC6F0C
Complementary color
Monochromatic Colors of #DC6F0C
Black with #DC6F0C
Text Example
Text Example
White with #DC6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F0C; }
p { color: rgb(220,111,12); }
H1.HeaderClassName
{
color: #DC6F0C;
}
.AnyTagClassName
{
color: #DC6F0C;
}
</style>
background-color css
<style>
a { background-color: #DC6F0C; }
a { background-color: rgb(220,111,12); }
div.DivClassName
{
background-color: #DC6F0C;
}
.BgClassName
{
background-color: #DC6F0C;
}
</style>
border-color css
<style>
span { border-color: #DC6F0C; }
span { border-color: rgb(220,111,12); }
td.TdClassName
{
border-color: #DC6F0C;
}
.TagClassName
{
border-color: #DC6F0C;
}
</style>