Shades of Mango Tango #DD830C
Tints of Mango Tango #DD830C
RGB
CMYK
RGB Variations
Color information
#DD830C (or 0xDD830C) is known color: Mango Tango. HEX triplet: DD, 83 and 0C. RGB value is (221,131,12). Sum of RGB (Red+Green+Blue) = 221+131+12=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD830C is #227CF3. Grayscale: #909090. Windows color (decimal): -2260212 or 820189. OLE color: 820189.
HSL color Cylindrical-coordinate representation of color #DD830C: hue angle of 34.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD830C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 34.16º | 0.9% | 0.46% | - |
| HSV(B) | 34.16º | 0.95% | 0.87% | - |
| XYZ | 38 | 31.63 | 4.45 | - |
| YUV | 144.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 12 | 0 | 0.41 | 0.95 | 0.13 | 34.16 | 0.9 | 0.46 |
| Hex | DD | 83 | C | 0 | 29 | 5F | D | 22 | 5A | 2E |
| Octal | 335 | 203 | 14 | 0 | 51 | 137 | 15 | 42 | 132 | 56 |
| Binary | 11011101 | 10000011 | 1100 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011010 | 101110 |
Color Harmonies of #DD830C
Complementary color
Monochromatic Colors of #DD830C
Black with #DD830C
Text Example
Text Example
White with #DD830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD830C; }
p { color: rgb(221,131,12); }
H1.HeaderClassName
{
color: #DD830C;
}
.AnyTagClassName
{
color: #DD830C;
}
</style>
background-color css
<style>
a { background-color: #DD830C; }
a { background-color: rgb(221,131,12); }
div.DivClassName
{
background-color: #DD830C;
}
.BgClassName
{
background-color: #DD830C;
}
</style>
border-color css
<style>
span { border-color: #DD830C; }
span { border-color: rgb(221,131,12); }
td.TdClassName
{
border-color: #DD830C;
}
.TagClassName
{
border-color: #DD830C;
}
</style>