Shades of Terra Cotta #D87860
Tints of Terra Cotta #D87860
RGB
CMYK
RGB Variations
Color information
#D87860 (or 0xD87860) is known color: Terra Cotta. HEX triplet: D8, 78 and 60. RGB value is (216,120,96). Sum of RGB (Red+Green+Blue) = 216+120+96=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D87860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87860 is #27879F. Grayscale: #929292. Windows color (decimal): -2590624 or 6322392. OLE color: 6322392.
HSL color Cylindrical-coordinate representation of color #D87860: hue angle of 12º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D87860 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 96 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.15 |
| HSL | 12º | 0.61% | 0.61% | - |
| HSV(B) | 12º | 0.56% | 0.85% | - |
| XYZ | 37.15 | 28.88 | 14.68 | - |
| YUV | 145.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 96 | 0 | 0.44 | 0.56 | 0.15 | 12 | 0.61 | 0.61 |
| Hex | D8 | 78 | 60 | 0 | 2C | 38 | F | C | 3D | 3D |
| Octal | 330 | 170 | 140 | 0 | 54 | 70 | 17 | 14 | 75 | 75 |
| Binary | 11011000 | 1111000 | 1100000 | 0 | 101100 | 111000 | 1111 | 1100 | 111101 | 111101 |
Color Harmonies of #D87860
Complementary color
Monochromatic Colors of #D87860
Black with #D87860
Text Example
Text Example
White with #D87860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87860; }
p { color: rgb(216,120,96); }
H1.HeaderClassName
{
color: #D87860;
}
.AnyTagClassName
{
color: #D87860;
}
</style>
background-color css
<style>
a { background-color: #D87860; }
a { background-color: rgb(216,120,96); }
div.DivClassName
{
background-color: #D87860;
}
.BgClassName
{
background-color: #D87860;
}
</style>
border-color css
<style>
span { border-color: #D87860; }
span { border-color: rgb(216,120,96); }
td.TdClassName
{
border-color: #D87860;
}
.TagClassName
{
border-color: #D87860;
}
</style>