Shades of Mango Tango #D36B05
Tints of Mango Tango #D36B05
RGB
CMYK
RGB Variations
Color information
#D36B05 (or 0xD36B05) is known color: Mango Tango. HEX triplet: D3, 6B and 05. RGB value is (211,107,5). Sum of RGB (Red+Green+Blue) = 211+107+5=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36B05 is #2C94FA. Grayscale: #7E7E7E. Windows color (decimal): -2921723 or 355283. OLE color: 355283.
HSL color Cylindrical-coordinate representation of color #D36B05: hue angle of 29.71º 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 #D36B05 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.17 |
| HSL | 29.71º | 0.95% | 0.42% | - |
| HSV(B) | 29.71º | 0.98% | 0.83% | - |
| XYZ | 32.15 | 24.38 | 3.15 | - |
| YUV | 126.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 5 | 0 | 0.49 | 0.98 | 0.17 | 29.71 | 0.95 | 0.42 |
| Hex | D3 | 6B | 5 | 0 | 31 | 62 | 11 | 1E | 5F | 2A |
| Octal | 323 | 153 | 5 | 0 | 61 | 142 | 21 | 36 | 137 | 52 |
| Binary | 11010011 | 1101011 | 101 | 0 | 110001 | 1100010 | 10001 | 11110 | 1011111 | 101010 |
Color Harmonies of #D36B05
Complementary color
Monochromatic Colors of #D36B05
Black with #D36B05
Text Example
Text Example
White with #D36B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B05; }
p { color: rgb(211,107,5); }
H1.HeaderClassName
{
color: #D36B05;
}
.AnyTagClassName
{
color: #D36B05;
}
</style>
background-color css
<style>
a { background-color: #D36B05; }
a { background-color: rgb(211,107,5); }
div.DivClassName
{
background-color: #D36B05;
}
.BgClassName
{
background-color: #D36B05;
}
</style>
border-color css
<style>
span { border-color: #D36B05; }
span { border-color: rgb(211,107,5); }
td.TdClassName
{
border-color: #D36B05;
}
.TagClassName
{
border-color: #D36B05;
}
</style>