Shades of Mango Tango #D37A05
Tints of Mango Tango #D37A05
RGB
CMYK
RGB Variations
Color information
#D37A05 (or 0xD37A05) is known color: Mango Tango. HEX triplet: D3, 7A and 05. RGB value is (211,122,5). Sum of RGB (Red+Green+Blue) = 211+122+5=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37A05 is #2C85FA. Grayscale: #878787. Windows color (decimal): -2917883 or 359123. OLE color: 359123.
HSL color Cylindrical-coordinate representation of color #D37A05: hue angle of 34.08º 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 #D37A05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.17 |
| HSL | 34.08º | 0.95% | 0.42% | - |
| HSV(B) | 34.08º | 0.98% | 0.83% | - |
| XYZ | 33.85 | 27.78 | 3.72 | - |
| YUV | 135.27 | 54.49 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 5 | 0 | 0.42 | 0.98 | 0.17 | 34.08 | 0.95 | 0.42 |
| Hex | D3 | 7A | 5 | 0 | 2A | 62 | 11 | 22 | 5F | 2A |
| Octal | 323 | 172 | 5 | 0 | 52 | 142 | 21 | 42 | 137 | 52 |
| Binary | 11010011 | 1111010 | 101 | 0 | 101010 | 1100010 | 10001 | 100010 | 1011111 | 101010 |
Color Harmonies of #D37A05
Complementary color
Monochromatic Colors of #D37A05
Black with #D37A05
Text Example
Text Example
White with #D37A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A05; }
p { color: rgb(211,122,5); }
H1.HeaderClassName
{
color: #D37A05;
}
.AnyTagClassName
{
color: #D37A05;
}
</style>
background-color css
<style>
a { background-color: #D37A05; }
a { background-color: rgb(211,122,5); }
div.DivClassName
{
background-color: #D37A05;
}
.BgClassName
{
background-color: #D37A05;
}
</style>
border-color css
<style>
span { border-color: #D37A05; }
span { border-color: rgb(211,122,5); }
td.TdClassName
{
border-color: #D37A05;
}
.TagClassName
{
border-color: #D37A05;
}
</style>