Shades of Mango Tango #D37800
Tints of Mango Tango #D37800
RGB
CMYK
RGB Variations
Color information
#D37800 (or 0xD37800) is known color: Mango Tango. HEX triplet: D3, 78 and 00. RGB value is (211,120,0). Sum of RGB (Red+Green+Blue) = 211+120+0=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D37800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37800 is #2C87FF. Grayscale: #868686. Windows color (decimal): -2918400 or 30931. OLE color: 30931.
HSL color Cylindrical-coordinate representation of color #D37800: hue angle of 34.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D37800 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.17 |
| HSL | 34.12º | 1% | 0.41% | - |
| HSV(B) | 34.12º | 1% | 0.83% | - |
| XYZ | 33.58 | 27.28 | 3.5 | - |
| YUV | 133.53 | 52.65 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 0 | 0 | 0.43 | 1 | 0.17 | 34.12 | 1 | 0.41 |
| Hex | D3 | 78 | 0 | 0 | 2B | 64 | 11 | 22 | 64 | 29 |
| Octal | 323 | 170 | 0 | 0 | 53 | 144 | 21 | 42 | 144 | 51 |
| Binary | 11010011 | 1111000 | 0 | 0 | 101011 | 1100100 | 10001 | 100010 | 1100100 | 101001 |
Color Harmonies of #D37800
Complementary color
Monochromatic Colors of #D37800
Black with #D37800
Text Example
Text Example
White with #D37800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37800; }
p { color: rgb(211,120,0); }
H1.HeaderClassName
{
color: #D37800;
}
.AnyTagClassName
{
color: #D37800;
}
</style>
background-color css
<style>
a { background-color: #D37800; }
a { background-color: rgb(211,120,0); }
div.DivClassName
{
background-color: #D37800;
}
.BgClassName
{
background-color: #D37800;
}
</style>
border-color css
<style>
span { border-color: #D37800; }
span { border-color: rgb(211,120,0); }
td.TdClassName
{
border-color: #D37800;
}
.TagClassName
{
border-color: #D37800;
}
</style>