Shades of Tango #D87332
Tints of Tango #D87332
RGB
CMYK
RGB Variations
Color information
#D87332 (or 0xD87332) is known color: Tango. HEX triplet: D8, 73 and 32. RGB value is (216,115,50). Sum of RGB (Red+Green+Blue) = 216+115+50=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D87332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87332 is #278CCD. Grayscale: #8A8A8A. Windows color (decimal): -2591950 or 3306456. OLE color: 3306456.
HSL color Cylindrical-coordinate representation of color #D87332: hue angle of 23.49º 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 #D87332 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 50 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.15 |
| HSL | 23.49º | 0.68% | 0.52% | - |
| HSV(B) | 23.49º | 0.77% | 0.85% | - |
| XYZ | 35.03 | 27.09 | 6.4 | - |
| YUV | 137.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 50 | 0 | 0.47 | 0.77 | 0.15 | 23.49 | 0.68 | 0.52 |
| Hex | D8 | 73 | 32 | 0 | 2F | 4D | F | 17 | 44 | 34 |
| Octal | 330 | 163 | 62 | 0 | 57 | 115 | 17 | 27 | 104 | 64 |
| Binary | 11011000 | 1110011 | 110010 | 0 | 101111 | 1001101 | 1111 | 10111 | 1000100 | 110100 |
Color Harmonies of #D87332
Complementary color
Monochromatic Colors of #D87332
Black with #D87332
Text Example
Text Example
White with #D87332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87332; }
p { color: rgb(216,115,50); }
H1.HeaderClassName
{
color: #D87332;
}
.AnyTagClassName
{
color: #D87332;
}
</style>
background-color css
<style>
a { background-color: #D87332; }
a { background-color: rgb(216,115,50); }
div.DivClassName
{
background-color: #D87332;
}
.BgClassName
{
background-color: #D87332;
}
</style>
border-color css
<style>
span { border-color: #D87332; }
span { border-color: rgb(216,115,50); }
td.TdClassName
{
border-color: #D87332;
}
.TagClassName
{
border-color: #D87332;
}
</style>