Shades of Tango #D77434
Tints of Tango #D77434
RGB
CMYK
RGB Variations
Color information
#D77434 (or 0xD77434) is known color: Tango. HEX triplet: D7, 74 and 34. RGB value is (215,116,52). Sum of RGB (Red+Green+Blue) = 215+116+52=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D77434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77434 is #288BCB. Grayscale: #8A8A8A. Windows color (decimal): -2657228 or 3437783. OLE color: 3437783.
HSL color Cylindrical-coordinate representation of color #D77434: hue angle of 23.56º 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 #D77434 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 52 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.16 |
| HSL | 23.56º | 0.67% | 0.52% | - |
| HSV(B) | 23.56º | 0.76% | 0.84% | - |
| XYZ | 34.89 | 27.19 | 6.66 | - |
| YUV | 138.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 52 | 0 | 0.46 | 0.76 | 0.16 | 23.56 | 0.67 | 0.52 |
| Hex | D7 | 74 | 34 | 0 | 2E | 4C | 10 | 18 | 43 | 34 |
| Octal | 327 | 164 | 64 | 0 | 56 | 114 | 20 | 30 | 103 | 64 |
| Binary | 11010111 | 1110100 | 110100 | 0 | 101110 | 1001100 | 10000 | 11000 | 1000011 | 110100 |
Color Harmonies of #D77434
Complementary color
Monochromatic Colors of #D77434
Black with #D77434
Text Example
Text Example
White with #D77434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77434; }
p { color: rgb(215,116,52); }
H1.HeaderClassName
{
color: #D77434;
}
.AnyTagClassName
{
color: #D77434;
}
</style>
background-color css
<style>
a { background-color: #D77434; }
a { background-color: rgb(215,116,52); }
div.DivClassName
{
background-color: #D77434;
}
.BgClassName
{
background-color: #D77434;
}
</style>
border-color css
<style>
span { border-color: #D77434; }
span { border-color: rgb(215,116,52); }
td.TdClassName
{
border-color: #D77434;
}
.TagClassName
{
border-color: #D77434;
}
</style>