Shades of Mango Tango #D06F05
Tints of Mango Tango #D06F05
RGB
CMYK
RGB Variations
Color information
#D06F05 (or 0xD06F05) is known color: Mango Tango. HEX triplet: D0, 6F and 05. RGB value is (208,111,5). Sum of RGB (Red+Green+Blue) = 208+111+5=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F05 is #2F90FA. Grayscale: #808080. Windows color (decimal): -3117307 or 356304. OLE color: 356304.
HSL color Cylindrical-coordinate representation of color #D06F05: hue angle of 31.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D06F05 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.18 |
| HSL | 31.33º | 0.95% | 0.42% | - |
| HSV(B) | 31.33º | 0.98% | 0.82% | - |
| XYZ | 31.72 | 24.79 | 3.26 | - |
| YUV | 127.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 5 | 0 | 0.47 | 0.98 | 0.18 | 31.33 | 0.95 | 0.42 |
| Hex | D0 | 6F | 5 | 0 | 2F | 62 | 12 | 1F | 5F | 2A |
| Octal | 320 | 157 | 5 | 0 | 57 | 142 | 22 | 37 | 137 | 52 |
| Binary | 11010000 | 1101111 | 101 | 0 | 101111 | 1100010 | 10010 | 11111 | 1011111 | 101010 |
Color Harmonies of #D06F05
Complementary color
Monochromatic Colors of #D06F05
Black with #D06F05
Text Example
Text Example
White with #D06F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F05; }
p { color: rgb(208,111,5); }
H1.HeaderClassName
{
color: #D06F05;
}
.AnyTagClassName
{
color: #D06F05;
}
</style>
background-color css
<style>
a { background-color: #D06F05; }
a { background-color: rgb(208,111,5); }
div.DivClassName
{
background-color: #D06F05;
}
.BgClassName
{
background-color: #D06F05;
}
</style>
border-color css
<style>
span { border-color: #D06F05; }
span { border-color: rgb(208,111,5); }
td.TdClassName
{
border-color: #D06F05;
}
.TagClassName
{
border-color: #D06F05;
}
</style>