Shades of Mango Tango #D37801
Tints of Mango Tango #D37801
RGB
CMYK
RGB Variations
Color information
#D37801 (or 0xD37801) is known color: Mango Tango. HEX triplet: D3, 78 and 01. RGB value is (211,120,1). Sum of RGB (Red+Green+Blue) = 211+120+1=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D37801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37801 is #2C87FE. Grayscale: #868686. Windows color (decimal): -2918399 or 96467. OLE color: 96467.
HSL color Cylindrical-coordinate representation of color #D37801: hue angle of 34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D37801 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.17 |
| HSL | 34º | 0.99% | 0.42% | - |
| HSV(B) | 34º | 1% | 0.83% | - |
| XYZ | 33.59 | 27.28 | 3.52 | - |
| YUV | 133.64 | 53.15 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 1 | 0 | 0.43 | 1.00 | 0.17 | 34 | 0.99 | 0.42 |
| Hex | D3 | 78 | 1 | 0 | 2B | 64 | 11 | 22 | 63 | 2A |
| Octal | 323 | 170 | 1 | 0 | 53 | 144 | 21 | 42 | 143 | 52 |
| Binary | 11010011 | 1111000 | 1 | 0 | 101011 | 1100100 | 10001 | 100010 | 1100011 | 101010 |
Color Harmonies of #D37801
Complementary color
Monochromatic Colors of #D37801
Black with #D37801
Text Example
Text Example
White with #D37801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37801; }
p { color: rgb(211,120,1); }
H1.HeaderClassName
{
color: #D37801;
}
.AnyTagClassName
{
color: #D37801;
}
</style>
background-color css
<style>
a { background-color: #D37801; }
a { background-color: rgb(211,120,1); }
div.DivClassName
{
background-color: #D37801;
}
.BgClassName
{
background-color: #D37801;
}
</style>
border-color css
<style>
span { border-color: #D37801; }
span { border-color: rgb(211,120,1); }
td.TdClassName
{
border-color: #D37801;
}
.TagClassName
{
border-color: #D37801;
}
</style>