Shades of Tango #D6763A
Tints of Tango #D6763A
RGB
CMYK
RGB Variations
Color information
#D6763A (or 0xD6763A) is known color: Tango. HEX triplet: D6, 76 and 3A. RGB value is (214,118,58). Sum of RGB (Red+Green+Blue) = 214+118+58=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6763A is #2989C5. Grayscale: #8C8C8C. Windows color (decimal): -2722246 or 3831510. OLE color: 3831510.
HSL color Cylindrical-coordinate representation of color #D6763A: hue angle of 23.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6763A is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 58 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.16 |
| HSL | 23.08º | 0.66% | 0.53% | - |
| HSV(B) | 23.08º | 0.73% | 0.84% | - |
| XYZ | 34.97 | 27.56 | 7.48 | - |
| YUV | 139.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 58 | 0 | 0.45 | 0.73 | 0.16 | 23.08 | 0.66 | 0.53 |
| Hex | D6 | 76 | 3A | 0 | 2D | 49 | 10 | 17 | 42 | 35 |
| Octal | 326 | 166 | 72 | 0 | 55 | 111 | 20 | 27 | 102 | 65 |
| Binary | 11010110 | 1110110 | 111010 | 0 | 101101 | 1001001 | 10000 | 10111 | 1000010 | 110101 |
Color Harmonies of #D6763A
Complementary color
Monochromatic Colors of #D6763A
Black with #D6763A
Text Example
Text Example
White with #D6763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6763A; }
p { color: rgb(214,118,58); }
H1.HeaderClassName
{
color: #D6763A;
}
.AnyTagClassName
{
color: #D6763A;
}
</style>
background-color css
<style>
a { background-color: #D6763A; }
a { background-color: rgb(214,118,58); }
div.DivClassName
{
background-color: #D6763A;
}
.BgClassName
{
background-color: #D6763A;
}
</style>
border-color css
<style>
span { border-color: #D6763A; }
span { border-color: rgb(214,118,58); }
td.TdClassName
{
border-color: #D6763A;
}
.TagClassName
{
border-color: #D6763A;
}
</style>