Shades of Mango Tango #DC7B0C
Tints of Mango Tango #DC7B0C
RGB
CMYK
RGB Variations
Color information
#DC7B0C (or 0xDC7B0C) is known color: Mango Tango. HEX triplet: DC, 7B and 0C. RGB value is (220,123,12). Sum of RGB (Red+Green+Blue) = 220+123+12=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B0C is #2384F3. Grayscale: #8B8B8B. Windows color (decimal): -2327796 or 818140. OLE color: 818140.
HSL color Cylindrical-coordinate representation of color #DC7B0C: hue angle of 32.02º 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 #DC7B0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.14 |
| HSL | 32.02º | 0.9% | 0.45% | - |
| HSV(B) | 32.02º | 0.95% | 0.86% | - |
| XYZ | 36.66 | 29.41 | 4.09 | - |
| YUV | 139.35 | 56.14 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 12 | 0 | 0.44 | 0.95 | 0.14 | 32.02 | 0.9 | 0.45 |
| Hex | DC | 7B | C | 0 | 2C | 5F | E | 20 | 5A | 2D |
| Octal | 334 | 173 | 14 | 0 | 54 | 137 | 16 | 40 | 132 | 55 |
| Binary | 11011100 | 1111011 | 1100 | 0 | 101100 | 1011111 | 1110 | 100000 | 1011010 | 101101 |
Color Harmonies of #DC7B0C
Complementary color
Monochromatic Colors of #DC7B0C
Black with #DC7B0C
Text Example
Text Example
White with #DC7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B0C; }
p { color: rgb(220,123,12); }
H1.HeaderClassName
{
color: #DC7B0C;
}
.AnyTagClassName
{
color: #DC7B0C;
}
</style>
background-color css
<style>
a { background-color: #DC7B0C; }
a { background-color: rgb(220,123,12); }
div.DivClassName
{
background-color: #DC7B0C;
}
.BgClassName
{
background-color: #DC7B0C;
}
</style>
border-color css
<style>
span { border-color: #DC7B0C; }
span { border-color: rgb(220,123,12); }
td.TdClassName
{
border-color: #DC7B0C;
}
.TagClassName
{
border-color: #DC7B0C;
}
</style>