Shades of Mango Tango #DD830A
Tints of Mango Tango #DD830A
RGB
CMYK
RGB Variations
Color information
#DD830A (or 0xDD830A) is known color: Mango Tango. HEX triplet: DD, 83 and 0A. RGB value is (221,131,10). Sum of RGB (Red+Green+Blue) = 221+131+10=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD830A is #227CF5. Grayscale: #909090. Windows color (decimal): -2260214 or 689117. OLE color: 689117.
HSL color Cylindrical-coordinate representation of color #DD830A: hue angle of 34.41º 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 #DD830A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 34.41º | 0.91% | 0.45% | - |
| HSV(B) | 34.41º | 0.95% | 0.87% | - |
| XYZ | 37.99 | 31.63 | 4.39 | - |
| YUV | 144.12 | 52.32 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 10 | 0 | 0.41 | 0.95 | 0.13 | 34.41 | 0.91 | 0.45 |
| Hex | DD | 83 | A | 0 | 29 | 5F | D | 22 | 5B | 2D |
| Octal | 335 | 203 | 12 | 0 | 51 | 137 | 15 | 42 | 133 | 55 |
| Binary | 11011101 | 10000011 | 1010 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011011 | 101101 |
Color Harmonies of #DD830A
Complementary color
Monochromatic Colors of #DD830A
Black with #DD830A
Text Example
Text Example
White with #DD830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD830A; }
p { color: rgb(221,131,10); }
H1.HeaderClassName
{
color: #DD830A;
}
.AnyTagClassName
{
color: #DD830A;
}
</style>
background-color css
<style>
a { background-color: #DD830A; }
a { background-color: rgb(221,131,10); }
div.DivClassName
{
background-color: #DD830A;
}
.BgClassName
{
background-color: #DD830A;
}
</style>
border-color css
<style>
span { border-color: #DD830A; }
span { border-color: rgb(221,131,10); }
td.TdClassName
{
border-color: #DD830A;
}
.TagClassName
{
border-color: #DD830A;
}
</style>