Shades of Mango Tango #DC6D0C
Tints of Mango Tango #DC6D0C
RGB
CMYK
RGB Variations
Color information
#DC6D0C (or 0xDC6D0C) is known color: Mango Tango. HEX triplet: DC, 6D and 0C. RGB value is (220,109,12). Sum of RGB (Red+Green+Blue) = 220+109+12=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D0C is #2392F3. Grayscale: #838383. Windows color (decimal): -2331380 or 814556. OLE color: 814556.
HSL color Cylindrical-coordinate representation of color #DC6D0C: hue angle of 27.98º 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 #DC6D0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.14 |
| HSL | 27.98º | 0.9% | 0.45% | - |
| HSV(B) | 27.98º | 0.95% | 0.86% | - |
| XYZ | 35.05 | 26.18 | 3.55 | - |
| YUV | 131.13 | 60.77 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 12 | 0 | 0.50 | 0.95 | 0.14 | 27.98 | 0.9 | 0.45 |
| Hex | DC | 6D | C | 0 | 32 | 5F | E | 1C | 5A | 2D |
| Octal | 334 | 155 | 14 | 0 | 62 | 137 | 16 | 34 | 132 | 55 |
| Binary | 11011100 | 1101101 | 1100 | 0 | 110010 | 1011111 | 1110 | 11100 | 1011010 | 101101 |
Color Harmonies of #DC6D0C
Complementary color
Monochromatic Colors of #DC6D0C
Black with #DC6D0C
Text Example
Text Example
White with #DC6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D0C; }
p { color: rgb(220,109,12); }
H1.HeaderClassName
{
color: #DC6D0C;
}
.AnyTagClassName
{
color: #DC6D0C;
}
</style>
background-color css
<style>
a { background-color: #DC6D0C; }
a { background-color: rgb(220,109,12); }
div.DivClassName
{
background-color: #DC6D0C;
}
.BgClassName
{
background-color: #DC6D0C;
}
</style>
border-color css
<style>
span { border-color: #DC6D0C; }
span { border-color: rgb(220,109,12); }
td.TdClassName
{
border-color: #DC6D0C;
}
.TagClassName
{
border-color: #DC6D0C;
}
</style>