Shades of Mango Tango #D07908
Tints of Mango Tango #D07908
RGB
CMYK
RGB Variations
Color information
#D07908 (or 0xD07908) is known color: Mango Tango. HEX triplet: D0, 79 and 08. RGB value is (208,121,8). Sum of RGB (Red+Green+Blue) = 208+121+8=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D07908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07908 is #2F86F7. Grayscale: #868686. Windows color (decimal): -3114744 or 555472. OLE color: 555472.
HSL color Cylindrical-coordinate representation of color #D07908: hue angle of 33.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07908 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.18 |
| HSL | 33.9º | 0.93% | 0.42% | - |
| HSV(B) | 33.9º | 0.96% | 0.82% | - |
| XYZ | 32.89 | 27.1 | 3.73 | - |
| YUV | 134.13 | 56.82 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 8 | 0 | 0.42 | 0.96 | 0.18 | 33.9 | 0.93 | 0.42 |
| Hex | D0 | 79 | 8 | 0 | 2A | 60 | 12 | 22 | 5D | 2A |
| Octal | 320 | 171 | 10 | 0 | 52 | 140 | 22 | 42 | 135 | 52 |
| Binary | 11010000 | 1111001 | 1000 | 0 | 101010 | 1100000 | 10010 | 100010 | 1011101 | 101010 |
Color Harmonies of #D07908
Complementary color
Monochromatic Colors of #D07908
Black with #D07908
Text Example
Text Example
White with #D07908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07908; }
p { color: rgb(208,121,8); }
H1.HeaderClassName
{
color: #D07908;
}
.AnyTagClassName
{
color: #D07908;
}
</style>
background-color css
<style>
a { background-color: #D07908; }
a { background-color: rgb(208,121,8); }
div.DivClassName
{
background-color: #D07908;
}
.BgClassName
{
background-color: #D07908;
}
</style>
border-color css
<style>
span { border-color: #D07908; }
span { border-color: rgb(208,121,8); }
td.TdClassName
{
border-color: #D07908;
}
.TagClassName
{
border-color: #D07908;
}
</style>