Shades of Mango Tango #D3730A
Tints of Mango Tango #D3730A
RGB
CMYK
RGB Variations
Color information
#D3730A (or 0xD3730A) is known color: Mango Tango. HEX triplet: D3, 73 and 0A. RGB value is (211,115,10). Sum of RGB (Red+Green+Blue) = 211+115+10=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3730A is #2C8CF5. Grayscale: #848484. Windows color (decimal): -2919670 or 685011. OLE color: 685011.
HSL color Cylindrical-coordinate representation of color #D3730A: hue angle of 31.34º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3730A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.17 |
| HSL | 31.34º | 0.91% | 0.43% | - |
| HSV(B) | 31.34º | 0.95% | 0.83% | - |
| XYZ | 33.05 | 26.13 | 3.59 | - |
| YUV | 131.73 | 59.3 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 10 | 0 | 0.45 | 0.95 | 0.17 | 31.34 | 0.91 | 0.43 |
| Hex | D3 | 73 | A | 0 | 2D | 5F | 11 | 1F | 5B | 2B |
| Octal | 323 | 163 | 12 | 0 | 55 | 137 | 21 | 37 | 133 | 53 |
| Binary | 11010011 | 1110011 | 1010 | 0 | 101101 | 1011111 | 10001 | 11111 | 1011011 | 101011 |
Color Harmonies of #D3730A
Complementary color
Monochromatic Colors of #D3730A
Black with #D3730A
Text Example
Text Example
White with #D3730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3730A; }
p { color: rgb(211,115,10); }
H1.HeaderClassName
{
color: #D3730A;
}
.AnyTagClassName
{
color: #D3730A;
}
</style>
background-color css
<style>
a { background-color: #D3730A; }
a { background-color: rgb(211,115,10); }
div.DivClassName
{
background-color: #D3730A;
}
.BgClassName
{
background-color: #D3730A;
}
</style>
border-color css
<style>
span { border-color: #D3730A; }
span { border-color: rgb(211,115,10); }
td.TdClassName
{
border-color: #D3730A;
}
.TagClassName
{
border-color: #D3730A;
}
</style>