Shades of Mango Tango #D67D03
Tints of Mango Tango #D67D03
RGB
CMYK
RGB Variations
Color information
#D67D03 (or 0xD67D03) is known color: Mango Tango. HEX triplet: D6, 7D and 03. RGB value is (214,125,3). Sum of RGB (Red+Green+Blue) = 214+125+3=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D03 is #2982FC. Grayscale: #8A8A8A. Windows color (decimal): -2720509 or 228822. OLE color: 228822.
HSL color Cylindrical-coordinate representation of color #D67D03: hue angle of 34.69º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D67D03 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.16 |
| HSL | 34.69º | 0.97% | 0.43% | - |
| HSV(B) | 34.69º | 0.99% | 0.84% | - |
| XYZ | 35.08 | 28.97 | 3.83 | - |
| YUV | 137.7 | 51.99 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 3 | 0 | 0.42 | 0.99 | 0.16 | 34.69 | 0.97 | 0.43 |
| Hex | D6 | 7D | 3 | 0 | 2A | 63 | 10 | 23 | 61 | 2B |
| Octal | 326 | 175 | 3 | 0 | 52 | 143 | 20 | 43 | 141 | 53 |
| Binary | 11010110 | 1111101 | 11 | 0 | 101010 | 1100011 | 10000 | 100011 | 1100001 | 101011 |
Color Harmonies of #D67D03
Complementary color
Monochromatic Colors of #D67D03
Black with #D67D03
Text Example
Text Example
White with #D67D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D03; }
p { color: rgb(214,125,3); }
H1.HeaderClassName
{
color: #D67D03;
}
.AnyTagClassName
{
color: #D67D03;
}
</style>
background-color css
<style>
a { background-color: #D67D03; }
a { background-color: rgb(214,125,3); }
div.DivClassName
{
background-color: #D67D03;
}
.BgClassName
{
background-color: #D67D03;
}
</style>
border-color css
<style>
span { border-color: #D67D03; }
span { border-color: rgb(214,125,3); }
td.TdClassName
{
border-color: #D67D03;
}
.TagClassName
{
border-color: #D67D03;
}
</style>