Shades of Mango Tango #D67A0B
Tints of Mango Tango #D67A0B
RGB
CMYK
RGB Variations
Color information
#D67A0B (or 0xD67A0B) is known color: Mango Tango. HEX triplet: D6, 7A and 0B. RGB value is (214,122,11). Sum of RGB (Red+Green+Blue) = 214+122+11=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A0B is #2985F4. Grayscale: #898989. Windows color (decimal): -2721269 or 752342. OLE color: 752342.
HSL color Cylindrical-coordinate representation of color #D67A0B: hue angle of 32.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D67A0B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 32.81º | 0.9% | 0.44% | - |
| HSV(B) | 32.81º | 0.95% | 0.84% | - |
| XYZ | 34.75 | 28.24 | 3.94 | - |
| YUV | 136.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 11 | 0 | 0.43 | 0.95 | 0.16 | 32.81 | 0.9 | 0.44 |
| Hex | D6 | 7A | B | 0 | 2B | 5F | 10 | 21 | 5A | 2C |
| Octal | 326 | 172 | 13 | 0 | 53 | 137 | 20 | 41 | 132 | 54 |
| Binary | 11010110 | 1111010 | 1011 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011010 | 101100 |
Color Harmonies of #D67A0B
Complementary color
Monochromatic Colors of #D67A0B
Black with #D67A0B
Text Example
Text Example
White with #D67A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A0B; }
p { color: rgb(214,122,11); }
H1.HeaderClassName
{
color: #D67A0B;
}
.AnyTagClassName
{
color: #D67A0B;
}
</style>
background-color css
<style>
a { background-color: #D67A0B; }
a { background-color: rgb(214,122,11); }
div.DivClassName
{
background-color: #D67A0B;
}
.BgClassName
{
background-color: #D67A0B;
}
</style>
border-color css
<style>
span { border-color: #D67A0B; }
span { border-color: rgb(214,122,11); }
td.TdClassName
{
border-color: #D67A0B;
}
.TagClassName
{
border-color: #D67A0B;
}
</style>