Shades of Tango #D77731
Tints of Tango #D77731
RGB
CMYK
RGB Variations
Color information
#D77731 (or 0xD77731) is known color: Tango. HEX triplet: D7, 77 and 31. RGB value is (215,119,49). Sum of RGB (Red+Green+Blue) = 215+119+49=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D77731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77731 is #2888CE. Grayscale: #8C8C8C. Windows color (decimal): -2656463 or 3241943. OLE color: 3241943.
HSL color Cylindrical-coordinate representation of color #D77731: hue angle of 25.3º 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 #D77731 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 49 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.16 |
| HSL | 25.3º | 0.67% | 0.52% | - |
| HSV(B) | 25.3º | 0.77% | 0.84% | - |
| XYZ | 35.18 | 27.86 | 6.43 | - |
| YUV | 139.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 49 | 0 | 0.45 | 0.77 | 0.16 | 25.3 | 0.67 | 0.52 |
| Hex | D7 | 77 | 31 | 0 | 2D | 4D | 10 | 19 | 43 | 34 |
| Octal | 327 | 167 | 61 | 0 | 55 | 115 | 20 | 31 | 103 | 64 |
| Binary | 11010111 | 1110111 | 110001 | 0 | 101101 | 1001101 | 10000 | 11001 | 1000011 | 110100 |
Color Harmonies of #D77731
Complementary color
Monochromatic Colors of #D77731
Black with #D77731
Text Example
Text Example
White with #D77731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77731; }
p { color: rgb(215,119,49); }
H1.HeaderClassName
{
color: #D77731;
}
.AnyTagClassName
{
color: #D77731;
}
</style>
background-color css
<style>
a { background-color: #D77731; }
a { background-color: rgb(215,119,49); }
div.DivClassName
{
background-color: #D77731;
}
.BgClassName
{
background-color: #D77731;
}
</style>
border-color css
<style>
span { border-color: #D77731; }
span { border-color: rgb(215,119,49); }
td.TdClassName
{
border-color: #D77731;
}
.TagClassName
{
border-color: #D77731;
}
</style>