Shades of Mango Tango #D48304
Tints of Mango Tango #D48304
RGB
CMYK
RGB Variations
Color information
#D48304 (or 0xD48304) is known color: Mango Tango. HEX triplet: D4, 83 and 04. RGB value is (212,131,4). Sum of RGB (Red+Green+Blue) = 212+131+4=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D48304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48304 is #2B7CFB. Grayscale: #8D8D8D. Windows color (decimal): -2850044 or 295892. OLE color: 295892.
HSL color Cylindrical-coordinate representation of color #D48304: hue angle of 36.63º 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 #D48304 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.17 |
| HSL | 36.63º | 0.96% | 0.42% | - |
| HSV(B) | 36.63º | 0.98% | 0.83% | - |
| XYZ | 35.29 | 30.24 | 4.09 | - |
| YUV | 140.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 4 | 0 | 0.38 | 0.98 | 0.17 | 36.63 | 0.96 | 0.42 |
| Hex | D4 | 83 | 4 | 0 | 26 | 62 | 11 | 25 | 60 | 2A |
| Octal | 324 | 203 | 4 | 0 | 46 | 142 | 21 | 45 | 140 | 52 |
| Binary | 11010100 | 10000011 | 100 | 0 | 100110 | 1100010 | 10001 | 100101 | 1100000 | 101010 |
Color Harmonies of #D48304
Complementary color
Monochromatic Colors of #D48304
Black with #D48304
Text Example
Text Example
White with #D48304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48304; }
p { color: rgb(212,131,4); }
H1.HeaderClassName
{
color: #D48304;
}
.AnyTagClassName
{
color: #D48304;
}
</style>
background-color css
<style>
a { background-color: #D48304; }
a { background-color: rgb(212,131,4); }
div.DivClassName
{
background-color: #D48304;
}
.BgClassName
{
background-color: #D48304;
}
</style>
border-color css
<style>
span { border-color: #D48304; }
span { border-color: rgb(212,131,4); }
td.TdClassName
{
border-color: #D48304;
}
.TagClassName
{
border-color: #D48304;
}
</style>