Shades of Mango Tango #DC670C
Tints of Mango Tango #DC670C
RGB
CMYK
RGB Variations
Color information
#DC670C (or 0xDC670C) is known color: Mango Tango. HEX triplet: DC, 67 and 0C. RGB value is (220,103,12). Sum of RGB (Red+Green+Blue) = 220+103+12=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC670C is #2398F3. Grayscale: #808080. Windows color (decimal): -2332916 or 813020. OLE color: 813020.
HSL color Cylindrical-coordinate representation of color #DC670C: hue angle of 26.25º 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 #DC670C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.14 |
| HSL | 26.25º | 0.9% | 0.45% | - |
| HSV(B) | 26.25º | 0.95% | 0.86% | - |
| XYZ | 34.43 | 24.94 | 3.35 | - |
| YUV | 127.61 | 62.76 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 12 | 0 | 0.53 | 0.95 | 0.14 | 26.25 | 0.9 | 0.45 |
| Hex | DC | 67 | C | 0 | 35 | 5F | E | 1A | 5A | 2D |
| Octal | 334 | 147 | 14 | 0 | 65 | 137 | 16 | 32 | 132 | 55 |
| Binary | 11011100 | 1100111 | 1100 | 0 | 110101 | 1011111 | 1110 | 11010 | 1011010 | 101101 |
Color Harmonies of #DC670C
Complementary color
Monochromatic Colors of #DC670C
Black with #DC670C
Text Example
Text Example
White with #DC670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC670C; }
p { color: rgb(220,103,12); }
H1.HeaderClassName
{
color: #DC670C;
}
.AnyTagClassName
{
color: #DC670C;
}
</style>
background-color css
<style>
a { background-color: #DC670C; }
a { background-color: rgb(220,103,12); }
div.DivClassName
{
background-color: #DC670C;
}
.BgClassName
{
background-color: #DC670C;
}
</style>
border-color css
<style>
span { border-color: #DC670C; }
span { border-color: rgb(220,103,12); }
td.TdClassName
{
border-color: #DC670C;
}
.TagClassName
{
border-color: #DC670C;
}
</style>