Shades of Mango Tango #D67303
Tints of Mango Tango #D67303
RGB
CMYK
RGB Variations
Color information
#D67303 (or 0xD67303) is known color: Mango Tango. HEX triplet: D6, 73 and 03. RGB value is (214,115,3). Sum of RGB (Red+Green+Blue) = 214+115+3=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67303 is #298CFC. Grayscale: #848484. Windows color (decimal): -2723069 or 226262. OLE color: 226262.
HSL color Cylindrical-coordinate representation of color #D67303: hue angle of 31.85º 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 #D67303 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 3 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.16 |
| HSL | 31.85º | 0.97% | 0.43% | - |
| HSV(B) | 31.85º | 0.99% | 0.84% | - |
| XYZ | 33.88 | 26.56 | 3.43 | - |
| YUV | 131.83 | 55.3 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 3 | 0 | 0.46 | 0.99 | 0.16 | 31.85 | 0.97 | 0.43 |
| Hex | D6 | 73 | 3 | 0 | 2E | 63 | 10 | 20 | 61 | 2B |
| Octal | 326 | 163 | 3 | 0 | 56 | 143 | 20 | 40 | 141 | 53 |
| Binary | 11010110 | 1110011 | 11 | 0 | 101110 | 1100011 | 10000 | 100000 | 1100001 | 101011 |
Color Harmonies of #D67303
Complementary color
Monochromatic Colors of #D67303
Black with #D67303
Text Example
Text Example
White with #D67303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67303; }
p { color: rgb(214,115,3); }
H1.HeaderClassName
{
color: #D67303;
}
.AnyTagClassName
{
color: #D67303;
}
</style>
background-color css
<style>
a { background-color: #D67303; }
a { background-color: rgb(214,115,3); }
div.DivClassName
{
background-color: #D67303;
}
.BgClassName
{
background-color: #D67303;
}
</style>
border-color css
<style>
span { border-color: #D67303; }
span { border-color: rgb(214,115,3); }
td.TdClassName
{
border-color: #D67303;
}
.TagClassName
{
border-color: #D67303;
}
</style>