Shades of Mango Tango #D67B0D
Tints of Mango Tango #D67B0D
RGB
CMYK
RGB Variations
Color information
#D67B0D (or 0xD67B0D) is known color: Mango Tango. HEX triplet: D6, 7B and 0D. RGB value is (214,123,13). Sum of RGB (Red+Green+Blue) = 214+123+13=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67B0D is #2984F2. Grayscale: #8A8A8A. Windows color (decimal): -2721011 or 883670. OLE color: 883670.
HSL color Cylindrical-coordinate representation of color #D67B0D: hue angle of 32.84º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D67B0D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.16 |
| HSL | 32.84º | 0.89% | 0.45% | - |
| HSV(B) | 32.84º | 0.94% | 0.84% | - |
| XYZ | 34.89 | 28.49 | 4.04 | - |
| YUV | 137.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 13 | 0 | 0.43 | 0.94 | 0.16 | 32.84 | 0.89 | 0.45 |
| Hex | D6 | 7B | D | 0 | 2B | 5E | 10 | 21 | 59 | 2D |
| Octal | 326 | 173 | 15 | 0 | 53 | 136 | 20 | 41 | 131 | 55 |
| Binary | 11010110 | 1111011 | 1101 | 0 | 101011 | 1011110 | 10000 | 100001 | 1011001 | 101101 |
Color Harmonies of #D67B0D
Complementary color
Monochromatic Colors of #D67B0D
Black with #D67B0D
Text Example
Text Example
White with #D67B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B0D; }
p { color: rgb(214,123,13); }
H1.HeaderClassName
{
color: #D67B0D;
}
.AnyTagClassName
{
color: #D67B0D;
}
</style>
background-color css
<style>
a { background-color: #D67B0D; }
a { background-color: rgb(214,123,13); }
div.DivClassName
{
background-color: #D67B0D;
}
.BgClassName
{
background-color: #D67B0D;
}
</style>
border-color css
<style>
span { border-color: #D67B0D; }
span { border-color: rgb(214,123,13); }
td.TdClassName
{
border-color: #D67B0D;
}
.TagClassName
{
border-color: #D67B0D;
}
</style>