Shades of Tango #D77536
Tints of Tango #D77536
RGB
CMYK
RGB Variations
Color information
#D77536 (or 0xD77536) is known color: Tango. HEX triplet: D7, 75 and 36. RGB value is (215,117,54). Sum of RGB (Red+Green+Blue) = 215+117+54=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D77536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77536 is #288AC9. Grayscale: #8B8B8B. Windows color (decimal): -2656970 or 3569111. OLE color: 3569111.
HSL color Cylindrical-coordinate representation of color #D77536: hue angle of 23.48º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D77536 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 54 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.16 |
| HSL | 23.48º | 0.67% | 0.53% | - |
| HSV(B) | 23.48º | 0.75% | 0.84% | - |
| XYZ | 35.05 | 27.44 | 6.94 | - |
| YUV | 139.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 54 | 0 | 0.46 | 0.75 | 0.16 | 23.48 | 0.67 | 0.53 |
| Hex | D7 | 75 | 36 | 0 | 2E | 4B | 10 | 17 | 43 | 35 |
| Octal | 327 | 165 | 66 | 0 | 56 | 113 | 20 | 27 | 103 | 65 |
| Binary | 11010111 | 1110101 | 110110 | 0 | 101110 | 1001011 | 10000 | 10111 | 1000011 | 110101 |
Color Harmonies of #D77536
Complementary color
Monochromatic Colors of #D77536
Black with #D77536
Text Example
Text Example
White with #D77536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77536; }
p { color: rgb(215,117,54); }
H1.HeaderClassName
{
color: #D77536;
}
.AnyTagClassName
{
color: #D77536;
}
</style>
background-color css
<style>
a { background-color: #D77536; }
a { background-color: rgb(215,117,54); }
div.DivClassName
{
background-color: #D77536;
}
.BgClassName
{
background-color: #D77536;
}
</style>
border-color css
<style>
span { border-color: #D77536; }
span { border-color: rgb(215,117,54); }
td.TdClassName
{
border-color: #D77536;
}
.TagClassName
{
border-color: #D77536;
}
</style>