Shades of Mango Tango #D67B0A
Tints of Mango Tango #D67B0A
RGB
CMYK
RGB Variations
Color information
#D67B0A (or 0xD67B0A) is known color: Mango Tango. HEX triplet: D6, 7B and 0A. RGB value is (214,123,10). Sum of RGB (Red+Green+Blue) = 214+123+10=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67B0A is #2984F5. Grayscale: #898989. Windows color (decimal): -2721014 or 687062. OLE color: 687062.
HSL color Cylindrical-coordinate representation of color #D67B0A: hue angle of 33.24º degrees, saturation: 0.91, 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 #D67B0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 33.24º | 0.91% | 0.44% | - |
| HSV(B) | 33.24º | 0.95% | 0.84% | - |
| XYZ | 34.87 | 28.48 | 3.95 | - |
| YUV | 137.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 10 | 0 | 0.43 | 0.95 | 0.16 | 33.24 | 0.91 | 0.44 |
| Hex | D6 | 7B | A | 0 | 2B | 5F | 10 | 21 | 5B | 2C |
| Octal | 326 | 173 | 12 | 0 | 53 | 137 | 20 | 41 | 133 | 54 |
| Binary | 11010110 | 1111011 | 1010 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011011 | 101100 |
Color Harmonies of #D67B0A
Complementary color
Monochromatic Colors of #D67B0A
Black with #D67B0A
Text Example
Text Example
White with #D67B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B0A; }
p { color: rgb(214,123,10); }
H1.HeaderClassName
{
color: #D67B0A;
}
.AnyTagClassName
{
color: #D67B0A;
}
</style>
background-color css
<style>
a { background-color: #D67B0A; }
a { background-color: rgb(214,123,10); }
div.DivClassName
{
background-color: #D67B0A;
}
.BgClassName
{
background-color: #D67B0A;
}
</style>
border-color css
<style>
span { border-color: #D67B0A; }
span { border-color: rgb(214,123,10); }
td.TdClassName
{
border-color: #D67B0A;
}
.TagClassName
{
border-color: #D67B0A;
}
</style>