Shades of Tango #D67631
Tints of Tango #D67631
RGB
CMYK
RGB Variations
Color information
#D67631 (or 0xD67631) is known color: Tango. HEX triplet: D6, 76 and 31. RGB value is (214,118,49). Sum of RGB (Red+Green+Blue) = 214+118+49=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D67631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67631 is #2989CE. Grayscale: #8B8B8B. Windows color (decimal): -2722255 or 3241686. OLE color: 3241686.
HSL color Cylindrical-coordinate representation of color #D67631: hue angle of 25.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D67631 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 49 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.16 |
| HSL | 25.09º | 0.67% | 0.52% | - |
| HSV(B) | 25.09º | 0.77% | 0.84% | - |
| XYZ | 34.76 | 27.47 | 6.38 | - |
| YUV | 138.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 49 | 0 | 0.45 | 0.77 | 0.16 | 25.09 | 0.67 | 0.52 |
| Hex | D6 | 76 | 31 | 0 | 2D | 4D | 10 | 19 | 43 | 34 |
| Octal | 326 | 166 | 61 | 0 | 55 | 115 | 20 | 31 | 103 | 64 |
| Binary | 11010110 | 1110110 | 110001 | 0 | 101101 | 1001101 | 10000 | 11001 | 1000011 | 110100 |
Color Harmonies of #D67631
Complementary color
Monochromatic Colors of #D67631
Black with #D67631
Text Example
Text Example
White with #D67631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67631; }
p { color: rgb(214,118,49); }
H1.HeaderClassName
{
color: #D67631;
}
.AnyTagClassName
{
color: #D67631;
}
</style>
background-color css
<style>
a { background-color: #D67631; }
a { background-color: rgb(214,118,49); }
div.DivClassName
{
background-color: #D67631;
}
.BgClassName
{
background-color: #D67631;
}
</style>
border-color css
<style>
span { border-color: #D67631; }
span { border-color: rgb(214,118,49); }
td.TdClassName
{
border-color: #D67631;
}
.TagClassName
{
border-color: #D67631;
}
</style>