Shades of Mango Tango #DC830F
Tints of Mango Tango #DC830F
RGB
CMYK
RGB Variations
Color information
#DC830F (or 0xDC830F) is known color: Mango Tango. HEX triplet: DC, 83 and 0F. RGB value is (220,131,15). Sum of RGB (Red+Green+Blue) = 220+131+15=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC830F is #237CF0. Grayscale: #909090. Windows color (decimal): -2325745 or 1016796. OLE color: 1016796.
HSL color Cylindrical-coordinate representation of color #DC830F: hue angle of 33.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC830F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.14 |
| HSL | 33.95º | 0.87% | 0.46% | - |
| HSV(B) | 33.95º | 0.93% | 0.86% | - |
| XYZ | 37.72 | 31.48 | 4.54 | - |
| YUV | 144.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 15 | 0 | 0.40 | 0.93 | 0.14 | 33.95 | 0.87 | 0.46 |
| Hex | DC | 83 | F | 0 | 28 | 5D | E | 22 | 57 | 2E |
| Octal | 334 | 203 | 17 | 0 | 50 | 135 | 16 | 42 | 127 | 56 |
| Binary | 11011100 | 10000011 | 1111 | 0 | 101000 | 1011101 | 1110 | 100010 | 1010111 | 101110 |
Color Harmonies of #DC830F
Complementary color
Monochromatic Colors of #DC830F
Black with #DC830F
Text Example
Text Example
White with #DC830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC830F; }
p { color: rgb(220,131,15); }
H1.HeaderClassName
{
color: #DC830F;
}
.AnyTagClassName
{
color: #DC830F;
}
</style>
background-color css
<style>
a { background-color: #DC830F; }
a { background-color: rgb(220,131,15); }
div.DivClassName
{
background-color: #DC830F;
}
.BgClassName
{
background-color: #DC830F;
}
</style>
border-color css
<style>
span { border-color: #DC830F; }
span { border-color: rgb(220,131,15); }
td.TdClassName
{
border-color: #DC830F;
}
.TagClassName
{
border-color: #DC830F;
}
</style>