Shades of Mango Tango #DD830F
Tints of Mango Tango #DD830F
RGB
CMYK
RGB Variations
Color information
#DD830F (or 0xDD830F) is known color: Mango Tango. HEX triplet: DD, 83 and 0F. RGB value is (221,131,15). Sum of RGB (Red+Green+Blue) = 221+131+15=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD830F is #227CF0. Grayscale: #919191. Windows color (decimal): -2260209 or 1016797. OLE color: 1016797.
HSL color Cylindrical-coordinate representation of color #DD830F: hue angle of 33.79º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD830F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.13 |
| HSL | 33.79º | 0.87% | 0.46% | - |
| HSV(B) | 33.79º | 0.93% | 0.87% | - |
| XYZ | 38.02 | 31.64 | 4.55 | - |
| YUV | 144.69 | 54.82 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 15 | 0 | 0.41 | 0.93 | 0.13 | 33.79 | 0.87 | 0.46 |
| Hex | DD | 83 | F | 0 | 29 | 5D | D | 22 | 57 | 2E |
| Octal | 335 | 203 | 17 | 0 | 51 | 135 | 15 | 42 | 127 | 56 |
| Binary | 11011101 | 10000011 | 1111 | 0 | 101001 | 1011101 | 1101 | 100010 | 1010111 | 101110 |
Color Harmonies of #DD830F
Complementary color
Monochromatic Colors of #DD830F
Black with #DD830F
Text Example
Text Example
White with #DD830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD830F; }
p { color: rgb(221,131,15); }
H1.HeaderClassName
{
color: #DD830F;
}
.AnyTagClassName
{
color: #DD830F;
}
</style>
background-color css
<style>
a { background-color: #DD830F; }
a { background-color: rgb(221,131,15); }
div.DivClassName
{
background-color: #DD830F;
}
.BgClassName
{
background-color: #DD830F;
}
</style>
border-color css
<style>
span { border-color: #DD830F; }
span { border-color: rgb(221,131,15); }
td.TdClassName
{
border-color: #DD830F;
}
.TagClassName
{
border-color: #DD830F;
}
</style>