Shades of Mango Tango #D67B08
Tints of Mango Tango #D67B08
RGB
CMYK
RGB Variations
Color information
#D67B08 (or 0xD67B08) is known color: Mango Tango. HEX triplet: D6, 7B and 08. RGB value is (214,123,8). Sum of RGB (Red+Green+Blue) = 214+123+8=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67B08 is #2984F7. Grayscale: #898989. Windows color (decimal): -2721016 or 555990. OLE color: 555990.
HSL color Cylindrical-coordinate representation of color #D67B08: hue angle of 33.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D67B08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.16 |
| HSL | 33.5º | 0.93% | 0.44% | - |
| HSV(B) | 33.5º | 0.96% | 0.84% | - |
| XYZ | 34.86 | 28.48 | 3.89 | - |
| YUV | 137.1 | 55.15 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 8 | 0 | 0.43 | 0.96 | 0.16 | 33.5 | 0.93 | 0.44 |
| Hex | D6 | 7B | 8 | 0 | 2B | 60 | 10 | 21 | 5D | 2C |
| Octal | 326 | 173 | 10 | 0 | 53 | 140 | 20 | 41 | 135 | 54 |
| Binary | 11010110 | 1111011 | 1000 | 0 | 101011 | 1100000 | 10000 | 100001 | 1011101 | 101100 |
Color Harmonies of #D67B08
Complementary color
Monochromatic Colors of #D67B08
Black with #D67B08
Text Example
Text Example
White with #D67B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B08; }
p { color: rgb(214,123,8); }
H1.HeaderClassName
{
color: #D67B08;
}
.AnyTagClassName
{
color: #D67B08;
}
</style>
background-color css
<style>
a { background-color: #D67B08; }
a { background-color: rgb(214,123,8); }
div.DivClassName
{
background-color: #D67B08;
}
.BgClassName
{
background-color: #D67B08;
}
</style>
border-color css
<style>
span { border-color: #D67B08; }
span { border-color: rgb(214,123,8); }
td.TdClassName
{
border-color: #D67B08;
}
.TagClassName
{
border-color: #D67B08;
}
</style>