Shades of Tango #D87330
Tints of Tango #D87330
RGB
CMYK
RGB Variations
Color information
#D87330 (or 0xD87330) is known color: Tango. HEX triplet: D8, 73 and 30. RGB value is (216,115,48). Sum of RGB (Red+Green+Blue) = 216+115+48=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D87330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87330 is #278CCF. Grayscale: #898989. Windows color (decimal): -2591952 or 3175384. OLE color: 3175384.
HSL color Cylindrical-coordinate representation of color #D87330: hue angle of 23.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D87330 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 48 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.15 |
| HSL | 23.93º | 0.68% | 0.52% | - |
| HSV(B) | 23.93º | 0.78% | 0.85% | - |
| XYZ | 34.98 | 27.07 | 6.18 | - |
| YUV | 137.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 48 | 0 | 0.47 | 0.78 | 0.15 | 23.93 | 0.68 | 0.52 |
| Hex | D8 | 73 | 30 | 0 | 2F | 4E | F | 18 | 44 | 34 |
| Octal | 330 | 163 | 60 | 0 | 57 | 116 | 17 | 30 | 104 | 64 |
| Binary | 11011000 | 1110011 | 110000 | 0 | 101111 | 1001110 | 1111 | 11000 | 1000100 | 110100 |
Color Harmonies of #D87330
Complementary color
Monochromatic Colors of #D87330
Black with #D87330
Text Example
Text Example
White with #D87330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87330; }
p { color: rgb(216,115,48); }
H1.HeaderClassName
{
color: #D87330;
}
.AnyTagClassName
{
color: #D87330;
}
</style>
background-color css
<style>
a { background-color: #D87330; }
a { background-color: rgb(216,115,48); }
div.DivClassName
{
background-color: #D87330;
}
.BgClassName
{
background-color: #D87330;
}
</style>
border-color css
<style>
span { border-color: #D87330; }
span { border-color: rgb(216,115,48); }
td.TdClassName
{
border-color: #D87330;
}
.TagClassName
{
border-color: #D87330;
}
</style>