Shades of Mango Tango #D37108
Tints of Mango Tango #D37108
RGB
CMYK
RGB Variations
Color information
#D37108 (or 0xD37108) is known color: Mango Tango. HEX triplet: D3, 71 and 08. RGB value is (211,113,8). Sum of RGB (Red+Green+Blue) = 211+113+8=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D37108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37108 is #2C8EF7. Grayscale: #828282. Windows color (decimal): -2920184 or 553427. OLE color: 553427.
HSL color Cylindrical-coordinate representation of color #D37108: hue angle of 31.03º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D37108 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.17 |
| HSL | 31.03º | 0.93% | 0.43% | - |
| HSV(B) | 31.03º | 0.96% | 0.83% | - |
| XYZ | 32.81 | 25.68 | 3.46 | - |
| YUV | 130.33 | 58.97 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 8 | 0 | 0.46 | 0.96 | 0.17 | 31.03 | 0.93 | 0.43 |
| Hex | D3 | 71 | 8 | 0 | 2E | 60 | 11 | 1F | 5D | 2B |
| Octal | 323 | 161 | 10 | 0 | 56 | 140 | 21 | 37 | 135 | 53 |
| Binary | 11010011 | 1110001 | 1000 | 0 | 101110 | 1100000 | 10001 | 11111 | 1011101 | 101011 |
Color Harmonies of #D37108
Complementary color
Monochromatic Colors of #D37108
Black with #D37108
Text Example
Text Example
White with #D37108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37108; }
p { color: rgb(211,113,8); }
H1.HeaderClassName
{
color: #D37108;
}
.AnyTagClassName
{
color: #D37108;
}
</style>
background-color css
<style>
a { background-color: #D37108; }
a { background-color: rgb(211,113,8); }
div.DivClassName
{
background-color: #D37108;
}
.BgClassName
{
background-color: #D37108;
}
</style>
border-color css
<style>
span { border-color: #D37108; }
span { border-color: rgb(211,113,8); }
td.TdClassName
{
border-color: #D37108;
}
.TagClassName
{
border-color: #D37108;
}
</style>