Shades of Tango #D77331
Tints of Tango #D77331
RGB
CMYK
RGB Variations
Color information
#D77331 (or 0xD77331) is known color: Tango. HEX triplet: D7, 73 and 31. RGB value is (215,115,49). Sum of RGB (Red+Green+Blue) = 215+115+49=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D77331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77331 is #288CCE. Grayscale: #898989. Windows color (decimal): -2657487 or 3240919. OLE color: 3240919.
HSL color Cylindrical-coordinate representation of color #D77331: hue angle of 23.86º 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 #D77331 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 49 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.16 |
| HSL | 23.86º | 0.67% | 0.52% | - |
| HSV(B) | 23.86º | 0.77% | 0.84% | - |
| XYZ | 34.71 | 26.93 | 6.27 | - |
| YUV | 137.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 49 | 0 | 0.47 | 0.77 | 0.16 | 23.86 | 0.67 | 0.52 |
| Hex | D7 | 73 | 31 | 0 | 2F | 4D | 10 | 18 | 43 | 34 |
| Octal | 327 | 163 | 61 | 0 | 57 | 115 | 20 | 30 | 103 | 64 |
| Binary | 11010111 | 1110011 | 110001 | 0 | 101111 | 1001101 | 10000 | 11000 | 1000011 | 110100 |
Color Harmonies of #D77331
Complementary color
Monochromatic Colors of #D77331
Black with #D77331
Text Example
Text Example
White with #D77331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77331; }
p { color: rgb(215,115,49); }
H1.HeaderClassName
{
color: #D77331;
}
.AnyTagClassName
{
color: #D77331;
}
</style>
background-color css
<style>
a { background-color: #D77331; }
a { background-color: rgb(215,115,49); }
div.DivClassName
{
background-color: #D77331;
}
.BgClassName
{
background-color: #D77331;
}
</style>
border-color css
<style>
span { border-color: #D77331; }
span { border-color: rgb(215,115,49); }
td.TdClassName
{
border-color: #D77331;
}
.TagClassName
{
border-color: #D77331;
}
</style>