Shades of Tango #D77932
Tints of Tango #D77932
RGB
CMYK
RGB Variations
Color information
#D77932 (or 0xD77932) is known color: Tango. HEX triplet: D7, 79 and 32. RGB value is (215,121,50). Sum of RGB (Red+Green+Blue) = 215+121+50=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D77932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77932 is #2886CD. Grayscale: #8D8D8D. Windows color (decimal): -2655950 or 3307991. OLE color: 3307991.
HSL color Cylindrical-coordinate representation of color #D77932: hue angle of 25.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D77932 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 50 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.16 |
| HSL | 25.82º | 0.67% | 0.52% | - |
| HSV(B) | 25.82º | 0.77% | 0.84% | - |
| XYZ | 35.44 | 28.35 | 6.62 | - |
| YUV | 141.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 50 | 0 | 0.44 | 0.77 | 0.16 | 25.82 | 0.67 | 0.52 |
| Hex | D7 | 79 | 32 | 0 | 2C | 4D | 10 | 1A | 43 | 34 |
| Octal | 327 | 171 | 62 | 0 | 54 | 115 | 20 | 32 | 103 | 64 |
| Binary | 11010111 | 1111001 | 110010 | 0 | 101100 | 1001101 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D77932
Complementary color
Monochromatic Colors of #D77932
Black with #D77932
Text Example
Text Example
White with #D77932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77932; }
p { color: rgb(215,121,50); }
H1.HeaderClassName
{
color: #D77932;
}
.AnyTagClassName
{
color: #D77932;
}
</style>
background-color css
<style>
a { background-color: #D77932; }
a { background-color: rgb(215,121,50); }
div.DivClassName
{
background-color: #D77932;
}
.BgClassName
{
background-color: #D77932;
}
</style>
border-color css
<style>
span { border-color: #D77932; }
span { border-color: rgb(215,121,50); }
td.TdClassName
{
border-color: #D77932;
}
.TagClassName
{
border-color: #D77932;
}
</style>