Shades of Mango Tango #D07C01
Tints of Mango Tango #D07C01
RGB
CMYK
RGB Variations
Color information
#D07C01 (or 0xD07C01) is known color: Mango Tango. HEX triplet: D0, 7C and 01. RGB value is (208,124,1). Sum of RGB (Red+Green+Blue) = 208+124+1=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C01 is #2F83FE. Grayscale: #878787. Windows color (decimal): -3113983 or 97488. OLE color: 97488.
HSL color Cylindrical-coordinate representation of color #D07C01: hue angle of 35.65º 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 #D07C01 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.18 |
| HSL | 35.65º | 0.99% | 0.41% | - |
| HSV(B) | 35.65º | 1% | 0.82% | - |
| XYZ | 33.23 | 27.83 | 3.65 | - |
| YUV | 135.09 | 52.33 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 1 | 0 | 0.40 | 1.00 | 0.18 | 35.65 | 0.99 | 0.41 |
| Hex | D0 | 7C | 1 | 0 | 28 | 64 | 12 | 24 | 63 | 29 |
| Octal | 320 | 174 | 1 | 0 | 50 | 144 | 22 | 44 | 143 | 51 |
| Binary | 11010000 | 1111100 | 1 | 0 | 101000 | 1100100 | 10010 | 100100 | 1100011 | 101001 |
Color Harmonies of #D07C01
Complementary color
Monochromatic Colors of #D07C01
Black with #D07C01
Text Example
Text Example
White with #D07C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C01; }
p { color: rgb(208,124,1); }
H1.HeaderClassName
{
color: #D07C01;
}
.AnyTagClassName
{
color: #D07C01;
}
</style>
background-color css
<style>
a { background-color: #D07C01; }
a { background-color: rgb(208,124,1); }
div.DivClassName
{
background-color: #D07C01;
}
.BgClassName
{
background-color: #D07C01;
}
</style>
border-color css
<style>
span { border-color: #D07C01; }
span { border-color: rgb(208,124,1); }
td.TdClassName
{
border-color: #D07C01;
}
.TagClassName
{
border-color: #D07C01;
}
</style>