Shades of Tango #D87130
Tints of Tango #D87130
RGB
CMYK
RGB Variations
Color information
#D87130 (or 0xD87130) is known color: Tango. HEX triplet: D8, 71 and 30. RGB value is (216,113,48). Sum of RGB (Red+Green+Blue) = 216+113+48=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D87130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87130 is #278ECF. Grayscale: #888888. Windows color (decimal): -2592464 or 3174872. OLE color: 3174872.
HSL color Cylindrical-coordinate representation of color #D87130: hue angle of 23.21º 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 #D87130 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.15 |
| HSL | 23.21º | 0.68% | 0.52% | - |
| HSV(B) | 23.21º | 0.78% | 0.85% | - |
| XYZ | 34.76 | 26.62 | 6.1 | - |
| YUV | 136.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 48 | 0 | 0.48 | 0.78 | 0.15 | 23.21 | 0.68 | 0.52 |
| Hex | D8 | 71 | 30 | 0 | 30 | 4E | F | 17 | 44 | 34 |
| Octal | 330 | 161 | 60 | 0 | 60 | 116 | 17 | 27 | 104 | 64 |
| Binary | 11011000 | 1110001 | 110000 | 0 | 110000 | 1001110 | 1111 | 10111 | 1000100 | 110100 |
Color Harmonies of #D87130
Complementary color
Monochromatic Colors of #D87130
Black with #D87130
Text Example
Text Example
White with #D87130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87130; }
p { color: rgb(216,113,48); }
H1.HeaderClassName
{
color: #D87130;
}
.AnyTagClassName
{
color: #D87130;
}
</style>
background-color css
<style>
a { background-color: #D87130; }
a { background-color: rgb(216,113,48); }
div.DivClassName
{
background-color: #D87130;
}
.BgClassName
{
background-color: #D87130;
}
</style>
border-color css
<style>
span { border-color: #D87130; }
span { border-color: rgb(216,113,48); }
td.TdClassName
{
border-color: #D87130;
}
.TagClassName
{
border-color: #D87130;
}
</style>