Shades of Mango Tango #D07201
Tints of Mango Tango #D07201
RGB
CMYK
RGB Variations
Color information
#D07201 (or 0xD07201) is known color: Mango Tango. HEX triplet: D0, 72 and 01. RGB value is (208,114,1). Sum of RGB (Red+Green+Blue) = 208+114+1=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D07201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07201 is #2F8DFE. Grayscale: #818181. Windows color (decimal): -3116543 or 94928. OLE color: 94928.
HSL color Cylindrical-coordinate representation of color #D07201: hue angle of 32.75º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07201 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.18 |
| HSL | 32.75º | 0.99% | 0.41% | - |
| HSV(B) | 32.75º | 1% | 0.82% | - |
| XYZ | 32.04 | 25.45 | 3.25 | - |
| YUV | 129.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 1 | 0 | 0.45 | 1.00 | 0.18 | 32.75 | 0.99 | 0.41 |
| Hex | D0 | 72 | 1 | 0 | 2D | 64 | 12 | 21 | 63 | 29 |
| Octal | 320 | 162 | 1 | 0 | 55 | 144 | 22 | 41 | 143 | 51 |
| Binary | 11010000 | 1110010 | 1 | 0 | 101101 | 1100100 | 10010 | 100001 | 1100011 | 101001 |
Color Harmonies of #D07201
Complementary color
Monochromatic Colors of #D07201
Black with #D07201
Text Example
Text Example
White with #D07201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07201; }
p { color: rgb(208,114,1); }
H1.HeaderClassName
{
color: #D07201;
}
.AnyTagClassName
{
color: #D07201;
}
</style>
background-color css
<style>
a { background-color: #D07201; }
a { background-color: rgb(208,114,1); }
div.DivClassName
{
background-color: #D07201;
}
.BgClassName
{
background-color: #D07201;
}
</style>
border-color css
<style>
span { border-color: #D07201; }
span { border-color: rgb(208,114,1); }
td.TdClassName
{
border-color: #D07201;
}
.TagClassName
{
border-color: #D07201;
}
</style>