Shades of Mango Tango #DD830D
Tints of Mango Tango #DD830D
RGB
CMYK
RGB Variations
Color information
#DD830D (or 0xDD830D) is known color: Mango Tango. HEX triplet: DD, 83 and 0D. RGB value is (221,131,13). Sum of RGB (Red+Green+Blue) = 221+131+13=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD830D is #227CF2. Grayscale: #919191. Windows color (decimal): -2260211 or 885725. OLE color: 885725.
HSL color Cylindrical-coordinate representation of color #DD830D: hue angle of 34.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD830D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.13 |
| HSL | 34.04º | 0.89% | 0.46% | - |
| HSV(B) | 34.04º | 0.94% | 0.87% | - |
| XYZ | 38.01 | 31.63 | 4.48 | - |
| YUV | 144.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 13 | 0 | 0.41 | 0.94 | 0.13 | 34.04 | 0.89 | 0.46 |
| Hex | DD | 83 | D | 0 | 29 | 5E | D | 22 | 59 | 2E |
| Octal | 335 | 203 | 15 | 0 | 51 | 136 | 15 | 42 | 131 | 56 |
| Binary | 11011101 | 10000011 | 1101 | 0 | 101001 | 1011110 | 1101 | 100010 | 1011001 | 101110 |
Color Harmonies of #DD830D
Complementary color
Monochromatic Colors of #DD830D
Black with #DD830D
Text Example
Text Example
White with #DD830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD830D; }
p { color: rgb(221,131,13); }
H1.HeaderClassName
{
color: #DD830D;
}
.AnyTagClassName
{
color: #DD830D;
}
</style>
background-color css
<style>
a { background-color: #DD830D; }
a { background-color: rgb(221,131,13); }
div.DivClassName
{
background-color: #DD830D;
}
.BgClassName
{
background-color: #DD830D;
}
</style>
border-color css
<style>
span { border-color: #DD830D; }
span { border-color: rgb(221,131,13); }
td.TdClassName
{
border-color: #DD830D;
}
.TagClassName
{
border-color: #DD830D;
}
</style>