Shades of Tango #D87732
Tints of Tango #D87732
RGB
CMYK
RGB Variations
Color information
#D87732 (or 0xD87732) is known color: Tango. HEX triplet: D8, 77 and 32. RGB value is (216,119,50). Sum of RGB (Red+Green+Blue) = 216+119+50=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D87732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87732 is #2788CD. Grayscale: #8C8C8C. Windows color (decimal): -2590926 or 3307480. OLE color: 3307480.
HSL color Cylindrical-coordinate representation of color #D87732: hue angle of 24.94º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D87732 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 50 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.15 |
| HSL | 24.94º | 0.68% | 0.52% | - |
| HSV(B) | 24.94º | 0.77% | 0.85% | - |
| XYZ | 35.49 | 28.02 | 6.56 | - |
| YUV | 140.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 50 | 0 | 0.45 | 0.77 | 0.15 | 24.94 | 0.68 | 0.52 |
| Hex | D8 | 77 | 32 | 0 | 2D | 4D | F | 19 | 44 | 34 |
| Octal | 330 | 167 | 62 | 0 | 55 | 115 | 17 | 31 | 104 | 64 |
| Binary | 11011000 | 1110111 | 110010 | 0 | 101101 | 1001101 | 1111 | 11001 | 1000100 | 110100 |
Color Harmonies of #D87732
Complementary color
Monochromatic Colors of #D87732
Black with #D87732
Text Example
Text Example
White with #D87732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87732; }
p { color: rgb(216,119,50); }
H1.HeaderClassName
{
color: #D87732;
}
.AnyTagClassName
{
color: #D87732;
}
</style>
background-color css
<style>
a { background-color: #D87732; }
a { background-color: rgb(216,119,50); }
div.DivClassName
{
background-color: #D87732;
}
.BgClassName
{
background-color: #D87732;
}
</style>
border-color css
<style>
span { border-color: #D87732; }
span { border-color: rgb(216,119,50); }
td.TdClassName
{
border-color: #D87732;
}
.TagClassName
{
border-color: #D87732;
}
</style>