Shades of Tango #D77335
Tints of Tango #D77335
RGB
CMYK
RGB Variations
Color information
#D77335 (or 0xD77335) is known color: Tango. HEX triplet: D7, 73 and 35. RGB value is (215,115,53). Sum of RGB (Red+Green+Blue) = 215+115+53=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D77335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77335 is #288CCA. Grayscale: #8A8A8A. Windows color (decimal): -2657483 or 3503063. OLE color: 3503063.
HSL color Cylindrical-coordinate representation of color #D77335: hue angle of 22.96º 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 #D77335 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 53 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.16 |
| HSL | 22.96º | 0.67% | 0.53% | - |
| HSV(B) | 22.96º | 0.75% | 0.84% | - |
| XYZ | 34.8 | 26.97 | 6.74 | - |
| YUV | 137.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 53 | 0 | 0.47 | 0.75 | 0.16 | 22.96 | 0.67 | 0.53 |
| Hex | D7 | 73 | 35 | 0 | 2F | 4B | 10 | 17 | 43 | 35 |
| Octal | 327 | 163 | 65 | 0 | 57 | 113 | 20 | 27 | 103 | 65 |
| Binary | 11010111 | 1110011 | 110101 | 0 | 101111 | 1001011 | 10000 | 10111 | 1000011 | 110101 |
Color Harmonies of #D77335
Complementary color
Monochromatic Colors of #D77335
Black with #D77335
Text Example
Text Example
White with #D77335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77335; }
p { color: rgb(215,115,53); }
H1.HeaderClassName
{
color: #D77335;
}
.AnyTagClassName
{
color: #D77335;
}
</style>
background-color css
<style>
a { background-color: #D77335; }
a { background-color: rgb(215,115,53); }
div.DivClassName
{
background-color: #D77335;
}
.BgClassName
{
background-color: #D77335;
}
</style>
border-color css
<style>
span { border-color: #D77335; }
span { border-color: rgb(215,115,53); }
td.TdClassName
{
border-color: #D77335;
}
.TagClassName
{
border-color: #D77335;
}
</style>