Shades of Tango #D77334
Tints of Tango #D77334
RGB
CMYK
RGB Variations
Color information
#D77334 (or 0xD77334) is known color: Tango. HEX triplet: D7, 73 and 34. RGB value is (215,115,52). Sum of RGB (Red+Green+Blue) = 215+115+52=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D77334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77334 is #288CCB. Grayscale: #8A8A8A. Windows color (decimal): -2657484 or 3437527. OLE color: 3437527.
HSL color Cylindrical-coordinate representation of color #D77334: hue angle of 23.19º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D77334 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 52 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.16 |
| HSL | 23.19º | 0.67% | 0.52% | - |
| HSV(B) | 23.19º | 0.76% | 0.84% | - |
| XYZ | 34.77 | 26.96 | 6.62 | - |
| YUV | 137.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 52 | 0 | 0.47 | 0.76 | 0.16 | 23.19 | 0.67 | 0.52 |
| Hex | D7 | 73 | 34 | 0 | 2F | 4C | 10 | 17 | 43 | 34 |
| Octal | 327 | 163 | 64 | 0 | 57 | 114 | 20 | 27 | 103 | 64 |
| Binary | 11010111 | 1110011 | 110100 | 0 | 101111 | 1001100 | 10000 | 10111 | 1000011 | 110100 |
Color Harmonies of #D77334
Complementary color
Monochromatic Colors of #D77334
Black with #D77334
Text Example
Text Example
White with #D77334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77334; }
p { color: rgb(215,115,52); }
H1.HeaderClassName
{
color: #D77334;
}
.AnyTagClassName
{
color: #D77334;
}
</style>
background-color css
<style>
a { background-color: #D77334; }
a { background-color: rgb(215,115,52); }
div.DivClassName
{
background-color: #D77334;
}
.BgClassName
{
background-color: #D77334;
}
</style>
border-color css
<style>
span { border-color: #D77334; }
span { border-color: rgb(215,115,52); }
td.TdClassName
{
border-color: #D77334;
}
.TagClassName
{
border-color: #D77334;
}
</style>