Shades of Mango Tango #D37C03
Tints of Mango Tango #D37C03
RGB
CMYK
RGB Variations
Color information
#D37C03 (or 0xD37C03) is known color: Mango Tango. HEX triplet: D3, 7C and 03. RGB value is (211,124,3). Sum of RGB (Red+Green+Blue) = 211+124+3=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37C03 is #2C83FC. Grayscale: #888888. Windows color (decimal): -2917373 or 228563. OLE color: 228563.
HSL color Cylindrical-coordinate representation of color #D37C03: hue angle of 34.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D37C03 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.17 |
| HSL | 34.9º | 0.97% | 0.42% | - |
| HSV(B) | 34.9º | 0.99% | 0.83% | - |
| XYZ | 34.09 | 28.27 | 3.75 | - |
| YUV | 136.22 | 52.82 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 3 | 0 | 0.41 | 0.99 | 0.17 | 34.9 | 0.97 | 0.42 |
| Hex | D3 | 7C | 3 | 0 | 29 | 63 | 11 | 23 | 61 | 2A |
| Octal | 323 | 174 | 3 | 0 | 51 | 143 | 21 | 43 | 141 | 52 |
| Binary | 11010011 | 1111100 | 11 | 0 | 101001 | 1100011 | 10001 | 100011 | 1100001 | 101010 |
Color Harmonies of #D37C03
Complementary color
Monochromatic Colors of #D37C03
Black with #D37C03
Text Example
Text Example
White with #D37C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C03; }
p { color: rgb(211,124,3); }
H1.HeaderClassName
{
color: #D37C03;
}
.AnyTagClassName
{
color: #D37C03;
}
</style>
background-color css
<style>
a { background-color: #D37C03; }
a { background-color: rgb(211,124,3); }
div.DivClassName
{
background-color: #D37C03;
}
.BgClassName
{
background-color: #D37C03;
}
</style>
border-color css
<style>
span { border-color: #D37C03; }
span { border-color: rgb(211,124,3); }
td.TdClassName
{
border-color: #D37C03;
}
.TagClassName
{
border-color: #D37C03;
}
</style>