Shades of Mango Tango #D5830B
Tints of Mango Tango #D5830B
RGB
CMYK
RGB Variations
Color information
#D5830B (or 0xD5830B) is known color: Mango Tango. HEX triplet: D5, 83 and 0B. RGB value is (213,131,11). Sum of RGB (Red+Green+Blue) = 213+131+11=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5830B is #2A7CF4. Grayscale: #8E8E8E. Windows color (decimal): -2784501 or 754645. OLE color: 754645.
HSL color Cylindrical-coordinate representation of color #D5830B: hue angle of 35.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5830B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.16 |
| HSL | 35.64º | 0.9% | 0.44% | - |
| HSV(B) | 35.64º | 0.95% | 0.84% | - |
| XYZ | 35.62 | 30.4 | 4.31 | - |
| YUV | 141.84 | 54.17 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 11 | 0 | 0.38 | 0.95 | 0.16 | 35.64 | 0.9 | 0.44 |
| Hex | D5 | 83 | B | 0 | 26 | 5F | 10 | 24 | 5A | 2C |
| Octal | 325 | 203 | 13 | 0 | 46 | 137 | 20 | 44 | 132 | 54 |
| Binary | 11010101 | 10000011 | 1011 | 0 | 100110 | 1011111 | 10000 | 100100 | 1011010 | 101100 |
Color Harmonies of #D5830B
Complementary color
Monochromatic Colors of #D5830B
Black with #D5830B
Text Example
Text Example
White with #D5830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5830B; }
p { color: rgb(213,131,11); }
H1.HeaderClassName
{
color: #D5830B;
}
.AnyTagClassName
{
color: #D5830B;
}
</style>
background-color css
<style>
a { background-color: #D5830B; }
a { background-color: rgb(213,131,11); }
div.DivClassName
{
background-color: #D5830B;
}
.BgClassName
{
background-color: #D5830B;
}
</style>
border-color css
<style>
span { border-color: #D5830B; }
span { border-color: rgb(213,131,11); }
td.TdClassName
{
border-color: #D5830B;
}
.TagClassName
{
border-color: #D5830B;
}
</style>