Shades of Mango Tango #DC750C
Tints of Mango Tango #DC750C
RGB
CMYK
RGB Variations
Color information
#DC750C (or 0xDC750C) is known color: Mango Tango. HEX triplet: DC, 75 and 0C. RGB value is (220,117,12). Sum of RGB (Red+Green+Blue) = 220+117+12=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC750C is #238AF3. Grayscale: #888888. Windows color (decimal): -2329332 or 816604. OLE color: 816604.
HSL color Cylindrical-coordinate representation of color #DC750C: hue angle of 30.29º 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 #DC750C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.14 |
| HSL | 30.29º | 0.9% | 0.45% | - |
| HSV(B) | 30.29º | 0.95% | 0.86% | - |
| XYZ | 35.94 | 27.96 | 3.85 | - |
| YUV | 135.83 | 58.12 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 12 | 0 | 0.47 | 0.95 | 0.14 | 30.29 | 0.9 | 0.45 |
| Hex | DC | 75 | C | 0 | 2F | 5F | E | 1E | 5A | 2D |
| Octal | 334 | 165 | 14 | 0 | 57 | 137 | 16 | 36 | 132 | 55 |
| Binary | 11011100 | 1110101 | 1100 | 0 | 101111 | 1011111 | 1110 | 11110 | 1011010 | 101101 |
Color Harmonies of #DC750C
Complementary color
Monochromatic Colors of #DC750C
Black with #DC750C
Text Example
Text Example
White with #DC750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC750C; }
p { color: rgb(220,117,12); }
H1.HeaderClassName
{
color: #DC750C;
}
.AnyTagClassName
{
color: #DC750C;
}
</style>
background-color css
<style>
a { background-color: #DC750C; }
a { background-color: rgb(220,117,12); }
div.DivClassName
{
background-color: #DC750C;
}
.BgClassName
{
background-color: #DC750C;
}
</style>
border-color css
<style>
span { border-color: #DC750C; }
span { border-color: rgb(220,117,12); }
td.TdClassName
{
border-color: #DC750C;
}
.TagClassName
{
border-color: #DC750C;
}
</style>