Shades of Mango Tango #D48504
Tints of Mango Tango #D48504
RGB
CMYK
RGB Variations
Color information
#D48504 (or 0xD48504) is known color: Mango Tango. HEX triplet: D4, 85 and 04. RGB value is (212,133,4). Sum of RGB (Red+Green+Blue) = 212+133+4=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D48504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48504 is #2B7AFB. Grayscale: #8E8E8E. Windows color (decimal): -2849532 or 296404. OLE color: 296404.
HSL color Cylindrical-coordinate representation of color #D48504: hue angle of 37.21º 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 #D48504 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.17 |
| HSL | 37.21º | 0.96% | 0.42% | - |
| HSV(B) | 37.21º | 0.98% | 0.83% | - |
| XYZ | 35.56 | 30.78 | 4.18 | - |
| YUV | 141.92 | 50.17 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 4 | 0 | 0.37 | 0.98 | 0.17 | 37.21 | 0.96 | 0.42 |
| Hex | D4 | 85 | 4 | 0 | 25 | 62 | 11 | 25 | 60 | 2A |
| Octal | 324 | 205 | 4 | 0 | 45 | 142 | 21 | 45 | 140 | 52 |
| Binary | 11010100 | 10000101 | 100 | 0 | 100101 | 1100010 | 10001 | 100101 | 1100000 | 101010 |
Color Harmonies of #D48504
Complementary color
Monochromatic Colors of #D48504
Black with #D48504
Text Example
Text Example
White with #D48504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48504; }
p { color: rgb(212,133,4); }
H1.HeaderClassName
{
color: #D48504;
}
.AnyTagClassName
{
color: #D48504;
}
</style>
background-color css
<style>
a { background-color: #D48504; }
a { background-color: rgb(212,133,4); }
div.DivClassName
{
background-color: #D48504;
}
.BgClassName
{
background-color: #D48504;
}
</style>
border-color css
<style>
span { border-color: #D48504; }
span { border-color: rgb(212,133,4); }
td.TdClassName
{
border-color: #D48504;
}
.TagClassName
{
border-color: #D48504;
}
</style>