Shades of Mango Tango #D7830A
Tints of Mango Tango #D7830A
RGB
CMYK
RGB Variations
Color information
#D7830A (or 0xD7830A) is known color: Mango Tango. HEX triplet: D7, 83 and 0A. RGB value is (215,131,10). Sum of RGB (Red+Green+Blue) = 215+131+10=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7830A is #287CF5. Grayscale: #8E8E8E. Windows color (decimal): -2653430 or 689111. OLE color: 689111.
HSL color Cylindrical-coordinate representation of color #D7830A: hue angle of 35.41º degrees, saturation: 0.91, 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 #D7830A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.16 |
| HSL | 35.41º | 0.91% | 0.44% | - |
| HSV(B) | 35.41º | 0.95% | 0.84% | - |
| XYZ | 36.2 | 30.7 | 4.31 | - |
| YUV | 142.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 10 | 0 | 0.39 | 0.95 | 0.16 | 35.41 | 0.91 | 0.44 |
| Hex | D7 | 83 | A | 0 | 27 | 5F | 10 | 23 | 5B | 2C |
| Octal | 327 | 203 | 12 | 0 | 47 | 137 | 20 | 43 | 133 | 54 |
| Binary | 11010111 | 10000011 | 1010 | 0 | 100111 | 1011111 | 10000 | 100011 | 1011011 | 101100 |
Color Harmonies of #D7830A
Complementary color
Monochromatic Colors of #D7830A
Black with #D7830A
Text Example
Text Example
White with #D7830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7830A; }
p { color: rgb(215,131,10); }
H1.HeaderClassName
{
color: #D7830A;
}
.AnyTagClassName
{
color: #D7830A;
}
</style>
background-color css
<style>
a { background-color: #D7830A; }
a { background-color: rgb(215,131,10); }
div.DivClassName
{
background-color: #D7830A;
}
.BgClassName
{
background-color: #D7830A;
}
</style>
border-color css
<style>
span { border-color: #D7830A; }
span { border-color: rgb(215,131,10); }
td.TdClassName
{
border-color: #D7830A;
}
.TagClassName
{
border-color: #D7830A;
}
</style>