Shades of Mango Tango #D07905
Tints of Mango Tango #D07905
RGB
CMYK
RGB Variations
Color information
#D07905 (or 0xD07905) is known color: Mango Tango. HEX triplet: D0, 79 and 05. RGB value is (208,121,5). Sum of RGB (Red+Green+Blue) = 208+121+5=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D07905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07905 is #2F86FA. Grayscale: #868686. Windows color (decimal): -3114747 or 358864. OLE color: 358864.
HSL color Cylindrical-coordinate representation of color #D07905: hue angle of 34.29º 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 #D07905 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.18 |
| HSL | 34.29º | 0.95% | 0.42% | - |
| HSV(B) | 34.29º | 0.98% | 0.82% | - |
| XYZ | 32.88 | 27.1 | 3.64 | - |
| YUV | 133.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 5 | 0 | 0.42 | 0.98 | 0.18 | 34.29 | 0.95 | 0.42 |
| Hex | D0 | 79 | 5 | 0 | 2A | 62 | 12 | 22 | 5F | 2A |
| Octal | 320 | 171 | 5 | 0 | 52 | 142 | 22 | 42 | 137 | 52 |
| Binary | 11010000 | 1111001 | 101 | 0 | 101010 | 1100010 | 10010 | 100010 | 1011111 | 101010 |
Color Harmonies of #D07905
Complementary color
Monochromatic Colors of #D07905
Black with #D07905
Text Example
Text Example
White with #D07905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07905; }
p { color: rgb(208,121,5); }
H1.HeaderClassName
{
color: #D07905;
}
.AnyTagClassName
{
color: #D07905;
}
</style>
background-color css
<style>
a { background-color: #D07905; }
a { background-color: rgb(208,121,5); }
div.DivClassName
{
background-color: #D07905;
}
.BgClassName
{
background-color: #D07905;
}
</style>
border-color css
<style>
span { border-color: #D07905; }
span { border-color: rgb(208,121,5); }
td.TdClassName
{
border-color: #D07905;
}
.TagClassName
{
border-color: #D07905;
}
</style>