Shades of Mango Tango #D37D02
Tints of Mango Tango #D37D02
RGB
CMYK
RGB Variations
Color information
#D37D02 (or 0xD37D02) is known color: Mango Tango. HEX triplet: D3, 7D and 02. RGB value is (211,125,2). Sum of RGB (Red+Green+Blue) = 211+125+2=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37D02 is #2C82FD. Grayscale: #898989. Windows color (decimal): -2917118 or 163283. OLE color: 163283.
HSL color Cylindrical-coordinate representation of color #D37D02: hue angle of 35.31º degrees, saturation: 0.98, 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 #D37D02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.17 |
| HSL | 35.31º | 0.98% | 0.42% | - |
| HSV(B) | 35.31º | 0.99% | 0.83% | - |
| XYZ | 34.21 | 28.52 | 3.76 | - |
| YUV | 136.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 2 | 0 | 0.41 | 0.99 | 0.17 | 35.31 | 0.98 | 0.42 |
| Hex | D3 | 7D | 2 | 0 | 29 | 63 | 11 | 23 | 62 | 2A |
| Octal | 323 | 175 | 2 | 0 | 51 | 143 | 21 | 43 | 142 | 52 |
| Binary | 11010011 | 1111101 | 10 | 0 | 101001 | 1100011 | 10001 | 100011 | 1100010 | 101010 |
Color Harmonies of #D37D02
Complementary color
Monochromatic Colors of #D37D02
Black with #D37D02
Text Example
Text Example
White with #D37D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D02; }
p { color: rgb(211,125,2); }
H1.HeaderClassName
{
color: #D37D02;
}
.AnyTagClassName
{
color: #D37D02;
}
</style>
background-color css
<style>
a { background-color: #D37D02; }
a { background-color: rgb(211,125,2); }
div.DivClassName
{
background-color: #D37D02;
}
.BgClassName
{
background-color: #D37D02;
}
</style>
border-color css
<style>
span { border-color: #D37D02; }
span { border-color: rgb(211,125,2); }
td.TdClassName
{
border-color: #D37D02;
}
.TagClassName
{
border-color: #D37D02;
}
</style>