Shades of Tango #D8773B
Tints of Tango #D8773B
RGB
CMYK
RGB Variations
Color information
#D8773B (or 0xD8773B) is known color: Tango. HEX triplet: D8, 77 and 3B. RGB value is (216,119,59). Sum of RGB (Red+Green+Blue) = 216+119+59=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8773B is #2788C4. Grayscale: #8D8D8D. Windows color (decimal): -2590917 or 3897304. OLE color: 3897304.
HSL color Cylindrical-coordinate representation of color #D8773B: hue angle of 22.93º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8773B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 59 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.15 |
| HSL | 22.93º | 0.67% | 0.54% | - |
| HSV(B) | 22.93º | 0.73% | 0.85% | - |
| XYZ | 35.71 | 28.11 | 7.68 | - |
| YUV | 141.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 59 | 0 | 0.45 | 0.73 | 0.15 | 22.93 | 0.67 | 0.54 |
| Hex | D8 | 77 | 3B | 0 | 2D | 49 | F | 17 | 43 | 36 |
| Octal | 330 | 167 | 73 | 0 | 55 | 111 | 17 | 27 | 103 | 66 |
| Binary | 11011000 | 1110111 | 111011 | 0 | 101101 | 1001001 | 1111 | 10111 | 1000011 | 110110 |
Color Harmonies of #D8773B
Complementary color
Monochromatic Colors of #D8773B
Black with #D8773B
Text Example
Text Example
White with #D8773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8773B; }
p { color: rgb(216,119,59); }
H1.HeaderClassName
{
color: #D8773B;
}
.AnyTagClassName
{
color: #D8773B;
}
</style>
background-color css
<style>
a { background-color: #D8773B; }
a { background-color: rgb(216,119,59); }
div.DivClassName
{
background-color: #D8773B;
}
.BgClassName
{
background-color: #D8773B;
}
</style>
border-color css
<style>
span { border-color: #D8773B; }
span { border-color: rgb(216,119,59); }
td.TdClassName
{
border-color: #D8773B;
}
.TagClassName
{
border-color: #D8773B;
}
</style>