Shades of Mango Tango #D37705
Tints of Mango Tango #D37705
RGB
CMYK
RGB Variations
Color information
#D37705 (or 0xD37705) is known color: Mango Tango. HEX triplet: D3, 77 and 05. RGB value is (211,119,5). Sum of RGB (Red+Green+Blue) = 211+119+5=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D37705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37705 is #2C88FA. Grayscale: #868686. Windows color (decimal): -2918651 or 358355. OLE color: 358355.
HSL color Cylindrical-coordinate representation of color #D37705: hue angle of 33.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D37705 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.17 |
| HSL | 33.2º | 0.95% | 0.42% | - |
| HSV(B) | 33.2º | 0.98% | 0.83% | - |
| XYZ | 33.49 | 27.05 | 3.6 | - |
| YUV | 133.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 5 | 0 | 0.44 | 0.98 | 0.17 | 33.2 | 0.95 | 0.42 |
| Hex | D3 | 77 | 5 | 0 | 2C | 62 | 11 | 21 | 5F | 2A |
| Octal | 323 | 167 | 5 | 0 | 54 | 142 | 21 | 41 | 137 | 52 |
| Binary | 11010011 | 1110111 | 101 | 0 | 101100 | 1100010 | 10001 | 100001 | 1011111 | 101010 |
Color Harmonies of #D37705
Complementary color
Monochromatic Colors of #D37705
Black with #D37705
Text Example
Text Example
White with #D37705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37705; }
p { color: rgb(211,119,5); }
H1.HeaderClassName
{
color: #D37705;
}
.AnyTagClassName
{
color: #D37705;
}
</style>
background-color css
<style>
a { background-color: #D37705; }
a { background-color: rgb(211,119,5); }
div.DivClassName
{
background-color: #D37705;
}
.BgClassName
{
background-color: #D37705;
}
</style>
border-color css
<style>
span { border-color: #D37705; }
span { border-color: rgb(211,119,5); }
td.TdClassName
{
border-color: #D37705;
}
.TagClassName
{
border-color: #D37705;
}
</style>