Shades of Mango Tango #DC810C
Tints of Mango Tango #DC810C
RGB
CMYK
RGB Variations
Color information
#DC810C (or 0xDC810C) is known color: Mango Tango. HEX triplet: DC, 81 and 0C. RGB value is (220,129,12). Sum of RGB (Red+Green+Blue) = 220+129+12=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC810C is #237EF3. Grayscale: #8F8F8F. Windows color (decimal): -2326260 or 819676. OLE color: 819676.
HSL color Cylindrical-coordinate representation of color #DC810C: hue angle of 33.75º 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 #DC810C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.14 |
| HSL | 33.75º | 0.9% | 0.45% | - |
| HSV(B) | 33.75º | 0.95% | 0.86% | - |
| XYZ | 37.43 | 30.94 | 4.35 | - |
| YUV | 142.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 12 | 0 | 0.41 | 0.95 | 0.14 | 33.75 | 0.9 | 0.45 |
| Hex | DC | 81 | C | 0 | 29 | 5F | E | 22 | 5A | 2D |
| Octal | 334 | 201 | 14 | 0 | 51 | 137 | 16 | 42 | 132 | 55 |
| Binary | 11011100 | 10000001 | 1100 | 0 | 101001 | 1011111 | 1110 | 100010 | 1011010 | 101101 |
Color Harmonies of #DC810C
Complementary color
Monochromatic Colors of #DC810C
Black with #DC810C
Text Example
Text Example
White with #DC810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC810C; }
p { color: rgb(220,129,12); }
H1.HeaderClassName
{
color: #DC810C;
}
.AnyTagClassName
{
color: #DC810C;
}
</style>
background-color css
<style>
a { background-color: #DC810C; }
a { background-color: rgb(220,129,12); }
div.DivClassName
{
background-color: #DC810C;
}
.BgClassName
{
background-color: #DC810C;
}
</style>
border-color css
<style>
span { border-color: #DC810C; }
span { border-color: rgb(220,129,12); }
td.TdClassName
{
border-color: #DC810C;
}
.TagClassName
{
border-color: #DC810C;
}
</style>