Shades of Mango Tango #D07700
Tints of Mango Tango #D07700
RGB
CMYK
RGB Variations
Color information
#D07700 (or 0xD07700) is known color: Mango Tango. HEX triplet: D0, 77 and 00. RGB value is (208,119,0). Sum of RGB (Red+Green+Blue) = 208+119+0=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D07700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07700 is #2F88FF. Grayscale: #848484. Windows color (decimal): -3115264 or 30672. OLE color: 30672.
HSL color Cylindrical-coordinate representation of color #D07700: hue angle of 34.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07700 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.18 |
| HSL | 34.33º | 1% | 0.41% | - |
| HSV(B) | 34.33º | 1% | 0.82% | - |
| XYZ | 32.61 | 26.6 | 3.42 | - |
| YUV | 132.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 0 | 0 | 0.43 | 1 | 0.18 | 34.33 | 1 | 0.41 |
| Hex | D0 | 77 | 0 | 0 | 2B | 64 | 12 | 22 | 64 | 29 |
| Octal | 320 | 167 | 0 | 0 | 53 | 144 | 22 | 42 | 144 | 51 |
| Binary | 11010000 | 1110111 | 0 | 0 | 101011 | 1100100 | 10010 | 100010 | 1100100 | 101001 |
Color Harmonies of #D07700
Complementary color
Monochromatic Colors of #D07700
Black with #D07700
Text Example
Text Example
White with #D07700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07700; }
p { color: rgb(208,119,0); }
H1.HeaderClassName
{
color: #D07700;
}
.AnyTagClassName
{
color: #D07700;
}
</style>
background-color css
<style>
a { background-color: #D07700; }
a { background-color: rgb(208,119,0); }
div.DivClassName
{
background-color: #D07700;
}
.BgClassName
{
background-color: #D07700;
}
</style>
border-color css
<style>
span { border-color: #D07700; }
span { border-color: rgb(208,119,0); }
td.TdClassName
{
border-color: #D07700;
}
.TagClassName
{
border-color: #D07700;
}
</style>