Shades of Tango #D77134
Tints of Tango #D77134
RGB
CMYK
RGB Variations
Color information
#D77134 (or 0xD77134) is known color: Tango. HEX triplet: D7, 71 and 34. RGB value is (215,113,52). Sum of RGB (Red+Green+Blue) = 215+113+52=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D77134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77134 is #288ECB. Grayscale: #888888. Windows color (decimal): -2657996 or 3437015. OLE color: 3437015.
HSL color Cylindrical-coordinate representation of color #D77134: hue angle of 22.45º 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 #D77134 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 52 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.16 |
| HSL | 22.45º | 0.67% | 0.52% | - |
| HSV(B) | 22.45º | 0.76% | 0.84% | - |
| XYZ | 34.55 | 26.51 | 6.54 | - |
| YUV | 136.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 52 | 0 | 0.47 | 0.76 | 0.16 | 22.45 | 0.67 | 0.52 |
| Hex | D7 | 71 | 34 | 0 | 2F | 4C | 10 | 16 | 43 | 34 |
| Octal | 327 | 161 | 64 | 0 | 57 | 114 | 20 | 26 | 103 | 64 |
| Binary | 11010111 | 1110001 | 110100 | 0 | 101111 | 1001100 | 10000 | 10110 | 1000011 | 110100 |
Color Harmonies of #D77134
Complementary color
Monochromatic Colors of #D77134
Black with #D77134
Text Example
Text Example
White with #D77134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77134; }
p { color: rgb(215,113,52); }
H1.HeaderClassName
{
color: #D77134;
}
.AnyTagClassName
{
color: #D77134;
}
</style>
background-color css
<style>
a { background-color: #D77134; }
a { background-color: rgb(215,113,52); }
div.DivClassName
{
background-color: #D77134;
}
.BgClassName
{
background-color: #D77134;
}
</style>
border-color css
<style>
span { border-color: #D77134; }
span { border-color: rgb(215,113,52); }
td.TdClassName
{
border-color: #D77134;
}
.TagClassName
{
border-color: #D77134;
}
</style>