Shades of Mango Tango #D07403
Tints of Mango Tango #D07403
RGB
CMYK
RGB Variations
Color information
#D07403 (or 0xD07403) is known color: Mango Tango. HEX triplet: D0, 74 and 03. RGB value is (208,116,3). Sum of RGB (Red+Green+Blue) = 208+116+3=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D07403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07403 is #2F8BFC. Grayscale: #838383. Windows color (decimal): -3116029 or 226512. OLE color: 226512.
HSL color Cylindrical-coordinate representation of color #D07403: hue angle of 33.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D07403 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.18 |
| HSL | 33.07º | 0.97% | 0.41% | - |
| HSV(B) | 33.07º | 0.99% | 0.82% | - |
| XYZ | 32.27 | 25.91 | 3.39 | - |
| YUV | 130.63 | 55.98 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 3 | 0 | 0.44 | 0.99 | 0.18 | 33.07 | 0.97 | 0.41 |
| Hex | D0 | 74 | 3 | 0 | 2C | 63 | 12 | 21 | 61 | 29 |
| Octal | 320 | 164 | 3 | 0 | 54 | 143 | 22 | 41 | 141 | 51 |
| Binary | 11010000 | 1110100 | 11 | 0 | 101100 | 1100011 | 10010 | 100001 | 1100001 | 101001 |
Color Harmonies of #D07403
Complementary color
Monochromatic Colors of #D07403
Black with #D07403
Text Example
Text Example
White with #D07403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07403; }
p { color: rgb(208,116,3); }
H1.HeaderClassName
{
color: #D07403;
}
.AnyTagClassName
{
color: #D07403;
}
</style>
background-color css
<style>
a { background-color: #D07403; }
a { background-color: rgb(208,116,3); }
div.DivClassName
{
background-color: #D07403;
}
.BgClassName
{
background-color: #D07403;
}
</style>
border-color css
<style>
span { border-color: #D07403; }
span { border-color: rgb(208,116,3); }
td.TdClassName
{
border-color: #D07403;
}
.TagClassName
{
border-color: #D07403;
}
</style>