Shades of Tango #D87333
Tints of Tango #D87333
RGB
CMYK
RGB Variations
Color information
#D87333 (or 0xD87333) is known color: Tango. HEX triplet: D8, 73 and 33. RGB value is (216,115,51). Sum of RGB (Red+Green+Blue) = 216+115+51=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D87333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87333 is #278CCC. Grayscale: #8A8A8A. Windows color (decimal): -2591949 or 3371992. OLE color: 3371992.
HSL color Cylindrical-coordinate representation of color #D87333: hue angle of 23.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D87333 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 51 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.15 |
| HSL | 23.27º | 0.68% | 0.52% | - |
| HSV(B) | 23.27º | 0.76% | 0.85% | - |
| XYZ | 35.05 | 27.1 | 6.52 | - |
| YUV | 137.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 51 | 0 | 0.47 | 0.76 | 0.15 | 23.27 | 0.68 | 0.52 |
| Hex | D8 | 73 | 33 | 0 | 2F | 4C | F | 17 | 44 | 34 |
| Octal | 330 | 163 | 63 | 0 | 57 | 114 | 17 | 27 | 104 | 64 |
| Binary | 11011000 | 1110011 | 110011 | 0 | 101111 | 1001100 | 1111 | 10111 | 1000100 | 110100 |
Color Harmonies of #D87333
Complementary color
Monochromatic Colors of #D87333
Black with #D87333
Text Example
Text Example
White with #D87333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87333; }
p { color: rgb(216,115,51); }
H1.HeaderClassName
{
color: #D87333;
}
.AnyTagClassName
{
color: #D87333;
}
</style>
background-color css
<style>
a { background-color: #D87333; }
a { background-color: rgb(216,115,51); }
div.DivClassName
{
background-color: #D87333;
}
.BgClassName
{
background-color: #D87333;
}
</style>
border-color css
<style>
span { border-color: #D87333; }
span { border-color: rgb(216,115,51); }
td.TdClassName
{
border-color: #D87333;
}
.TagClassName
{
border-color: #D87333;
}
</style>