Shades of Mango Tango #D38105
Tints of Mango Tango #D38105
RGB
CMYK
RGB Variations
Color information
#D38105 (or 0xD38105) is known color: Mango Tango. HEX triplet: D3, 81 and 05. RGB value is (211,129,5). Sum of RGB (Red+Green+Blue) = 211+129+5=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D38105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38105 is #2C7EFA. Grayscale: #8B8B8B. Windows color (decimal): -2916091 or 360915. OLE color: 360915.
HSL color Cylindrical-coordinate representation of color #D38105: hue angle of 36.12º degrees, saturation: 0.95, 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 #D38105 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.17 |
| HSL | 36.12º | 0.95% | 0.42% | - |
| HSV(B) | 36.12º | 0.98% | 0.83% | - |
| XYZ | 34.74 | 29.56 | 4.02 | - |
| YUV | 139.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 5 | 0 | 0.39 | 0.98 | 0.17 | 36.12 | 0.95 | 0.42 |
| Hex | D3 | 81 | 5 | 0 | 27 | 62 | 11 | 24 | 5F | 2A |
| Octal | 323 | 201 | 5 | 0 | 47 | 142 | 21 | 44 | 137 | 52 |
| Binary | 11010011 | 10000001 | 101 | 0 | 100111 | 1100010 | 10001 | 100100 | 1011111 | 101010 |
Color Harmonies of #D38105
Complementary color
Monochromatic Colors of #D38105
Black with #D38105
Text Example
Text Example
White with #D38105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38105; }
p { color: rgb(211,129,5); }
H1.HeaderClassName
{
color: #D38105;
}
.AnyTagClassName
{
color: #D38105;
}
</style>
background-color css
<style>
a { background-color: #D38105; }
a { background-color: rgb(211,129,5); }
div.DivClassName
{
background-color: #D38105;
}
.BgClassName
{
background-color: #D38105;
}
</style>
border-color css
<style>
span { border-color: #D38105; }
span { border-color: rgb(211,129,5); }
td.TdClassName
{
border-color: #D38105;
}
.TagClassName
{
border-color: #D38105;
}
</style>