Shades of Terra Cotta #D87361
Tints of Terra Cotta #D87361
RGB
CMYK
RGB Variations
Color information
#D87361 (or 0xD87361) is known color: Terra Cotta. HEX triplet: D8, 73 and 61. RGB value is (216,115,97). Sum of RGB (Red+Green+Blue) = 216+115+97=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D87361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87361 is #278C9E. Grayscale: #8F8F8F. Windows color (decimal): -2591903 or 6386648. OLE color: 6386648.
HSL color Cylindrical-coordinate representation of color #D87361: hue angle of 9.08º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87361 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 97 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.15 |
| HSL | 9.08º | 0.6% | 0.61% | - |
| HSV(B) | 9.08º | 0.55% | 0.85% | - |
| XYZ | 36.61 | 27.72 | 14.73 | - |
| YUV | 143.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 97 | 0 | 0.47 | 0.55 | 0.15 | 9.08 | 0.6 | 0.61 |
| Hex | D8 | 73 | 61 | 0 | 2F | 37 | F | 9 | 3C | 3D |
| Octal | 330 | 163 | 141 | 0 | 57 | 67 | 17 | 11 | 74 | 75 |
| Binary | 11011000 | 1110011 | 1100001 | 0 | 101111 | 110111 | 1111 | 1001 | 111100 | 111101 |
Color Harmonies of #D87361
Complementary color
Monochromatic Colors of #D87361
Black with #D87361
Text Example
Text Example
White with #D87361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87361; }
p { color: rgb(216,115,97); }
H1.HeaderClassName
{
color: #D87361;
}
.AnyTagClassName
{
color: #D87361;
}
</style>
background-color css
<style>
a { background-color: #D87361; }
a { background-color: rgb(216,115,97); }
div.DivClassName
{
background-color: #D87361;
}
.BgClassName
{
background-color: #D87361;
}
</style>
border-color css
<style>
span { border-color: #D87361; }
span { border-color: rgb(216,115,97); }
td.TdClassName
{
border-color: #D87361;
}
.TagClassName
{
border-color: #D87361;
}
</style>