Shades of Mango Tango #DC680C
Tints of Mango Tango #DC680C
RGB
CMYK
RGB Variations
Color information
#DC680C (or 0xDC680C) is known color: Mango Tango. HEX triplet: DC, 68 and 0C. RGB value is (220,104,12). Sum of RGB (Red+Green+Blue) = 220+104+12=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC680C is #2397F3. Grayscale: #808080. Windows color (decimal): -2332660 or 813276. OLE color: 813276.
HSL color Cylindrical-coordinate representation of color #DC680C: hue angle of 26.54º 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 #DC680C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.14 |
| HSL | 26.54º | 0.9% | 0.45% | - |
| HSV(B) | 26.54º | 0.95% | 0.86% | - |
| XYZ | 34.53 | 25.14 | 3.38 | - |
| YUV | 128.2 | 62.43 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 12 | 0 | 0.53 | 0.95 | 0.14 | 26.54 | 0.9 | 0.45 |
| Hex | DC | 68 | C | 0 | 35 | 5F | E | 1B | 5A | 2D |
| Octal | 334 | 150 | 14 | 0 | 65 | 137 | 16 | 33 | 132 | 55 |
| Binary | 11011100 | 1101000 | 1100 | 0 | 110101 | 1011111 | 1110 | 11011 | 1011010 | 101101 |
Color Harmonies of #DC680C
Complementary color
Monochromatic Colors of #DC680C
Black with #DC680C
Text Example
Text Example
White with #DC680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC680C; }
p { color: rgb(220,104,12); }
H1.HeaderClassName
{
color: #DC680C;
}
.AnyTagClassName
{
color: #DC680C;
}
</style>
background-color css
<style>
a { background-color: #DC680C; }
a { background-color: rgb(220,104,12); }
div.DivClassName
{
background-color: #DC680C;
}
.BgClassName
{
background-color: #DC680C;
}
</style>
border-color css
<style>
span { border-color: #DC680C; }
span { border-color: rgb(220,104,12); }
td.TdClassName
{
border-color: #DC680C;
}
.TagClassName
{
border-color: #DC680C;
}
</style>