Shades of Mango Tango #DD830B
Tints of Mango Tango #DD830B
RGB
CMYK
RGB Variations
Color information
#DD830B (or 0xDD830B) is known color: Mango Tango. HEX triplet: DD, 83 and 0B. RGB value is (221,131,11). Sum of RGB (Red+Green+Blue) = 221+131+11=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD830B is #227CF4. Grayscale: #909090. Windows color (decimal): -2260213 or 754653. OLE color: 754653.
HSL color Cylindrical-coordinate representation of color #DD830B: hue angle of 34.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD830B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 34.29º | 0.91% | 0.45% | - |
| HSV(B) | 34.29º | 0.95% | 0.87% | - |
| XYZ | 38 | 31.63 | 4.42 | - |
| YUV | 144.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 11 | 0 | 0.41 | 0.95 | 0.13 | 34.29 | 0.91 | 0.45 |
| Hex | DD | 83 | B | 0 | 29 | 5F | D | 22 | 5B | 2D |
| Octal | 335 | 203 | 13 | 0 | 51 | 137 | 15 | 42 | 133 | 55 |
| Binary | 11011101 | 10000011 | 1011 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011011 | 101101 |
Color Harmonies of #DD830B
Complementary color
Monochromatic Colors of #DD830B
Black with #DD830B
Text Example
Text Example
White with #DD830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD830B; }
p { color: rgb(221,131,11); }
H1.HeaderClassName
{
color: #DD830B;
}
.AnyTagClassName
{
color: #DD830B;
}
</style>
background-color css
<style>
a { background-color: #DD830B; }
a { background-color: rgb(221,131,11); }
div.DivClassName
{
background-color: #DD830B;
}
.BgClassName
{
background-color: #DD830B;
}
</style>
border-color css
<style>
span { border-color: #DD830B; }
span { border-color: rgb(221,131,11); }
td.TdClassName
{
border-color: #DD830B;
}
.TagClassName
{
border-color: #DD830B;
}
</style>