Shades of Mango Tango #D67B0C
Tints of Mango Tango #D67B0C
RGB
CMYK
RGB Variations
Color information
#D67B0C (or 0xD67B0C) is known color: Mango Tango. HEX triplet: D6, 7B and 0C. RGB value is (214,123,12). Sum of RGB (Red+Green+Blue) = 214+123+12=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67B0C is #2984F3. Grayscale: #8A8A8A. Windows color (decimal): -2721012 or 818134. OLE color: 818134.
HSL color Cylindrical-coordinate representation of color #D67B0C: hue angle of 32.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D67B0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.16 |
| HSL | 32.97º | 0.89% | 0.44% | - |
| HSV(B) | 32.97º | 0.94% | 0.84% | - |
| XYZ | 34.88 | 28.49 | 4.01 | - |
| YUV | 137.56 | 57.15 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 12 | 0 | 0.43 | 0.94 | 0.16 | 32.97 | 0.89 | 0.44 |
| Hex | D6 | 7B | C | 0 | 2B | 5E | 10 | 21 | 59 | 2C |
| Octal | 326 | 173 | 14 | 0 | 53 | 136 | 20 | 41 | 131 | 54 |
| Binary | 11010110 | 1111011 | 1100 | 0 | 101011 | 1011110 | 10000 | 100001 | 1011001 | 101100 |
Color Harmonies of #D67B0C
Complementary color
Monochromatic Colors of #D67B0C
Black with #D67B0C
Text Example
Text Example
White with #D67B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B0C; }
p { color: rgb(214,123,12); }
H1.HeaderClassName
{
color: #D67B0C;
}
.AnyTagClassName
{
color: #D67B0C;
}
</style>
background-color css
<style>
a { background-color: #D67B0C; }
a { background-color: rgb(214,123,12); }
div.DivClassName
{
background-color: #D67B0C;
}
.BgClassName
{
background-color: #D67B0C;
}
</style>
border-color css
<style>
span { border-color: #D67B0C; }
span { border-color: rgb(214,123,12); }
td.TdClassName
{
border-color: #D67B0C;
}
.TagClassName
{
border-color: #D67B0C;
}
</style>