Shades of Mango Tango #D37E04
Tints of Mango Tango #D37E04
RGB
CMYK
RGB Variations
Color information
#D37E04 (or 0xD37E04) is known color: Mango Tango. HEX triplet: D3, 7E and 04. RGB value is (211,126,4). Sum of RGB (Red+Green+Blue) = 211+126+4=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37E04 is #2C81FB. Grayscale: #8A8A8A. Windows color (decimal): -2916860 or 294611. OLE color: 294611.
HSL color Cylindrical-coordinate representation of color #D37E04: hue angle of 35.36º degrees, saturation: 0.96, 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 #D37E04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.17 |
| HSL | 35.36º | 0.96% | 0.42% | - |
| HSV(B) | 35.36º | 0.98% | 0.83% | - |
| XYZ | 34.35 | 28.78 | 3.86 | - |
| YUV | 137.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 4 | 0 | 0.40 | 0.98 | 0.17 | 35.36 | 0.96 | 0.42 |
| Hex | D3 | 7E | 4 | 0 | 28 | 62 | 11 | 23 | 60 | 2A |
| Octal | 323 | 176 | 4 | 0 | 50 | 142 | 21 | 43 | 140 | 52 |
| Binary | 11010011 | 1111110 | 100 | 0 | 101000 | 1100010 | 10001 | 100011 | 1100000 | 101010 |
Color Harmonies of #D37E04
Complementary color
Monochromatic Colors of #D37E04
Black with #D37E04
Text Example
Text Example
White with #D37E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E04; }
p { color: rgb(211,126,4); }
H1.HeaderClassName
{
color: #D37E04;
}
.AnyTagClassName
{
color: #D37E04;
}
</style>
background-color css
<style>
a { background-color: #D37E04; }
a { background-color: rgb(211,126,4); }
div.DivClassName
{
background-color: #D37E04;
}
.BgClassName
{
background-color: #D37E04;
}
</style>
border-color css
<style>
span { border-color: #D37E04; }
span { border-color: rgb(211,126,4); }
td.TdClassName
{
border-color: #D37E04;
}
.TagClassName
{
border-color: #D37E04;
}
</style>