Shades of Terra Cotta #D87165
Tints of Terra Cotta #D87165
RGB
CMYK
RGB Variations
Color information
#D87165 (or 0xD87165) is known color: Terra Cotta. HEX triplet: D8, 71 and 65. RGB value is (216,113,101). Sum of RGB (Red+Green+Blue) = 216+113+101=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D87165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87165 is #278E9A. Grayscale: #8E8E8E. Windows color (decimal): -2592411 or 6648280. OLE color: 6648280.
HSL color Cylindrical-coordinate representation of color #D87165: hue angle of 6.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D87165 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 101 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.15 |
| HSL | 6.26º | 0.6% | 0.62% | - |
| HSV(B) | 6.26º | 0.53% | 0.85% | - |
| XYZ | 36.57 | 27.35 | 15.66 | - |
| YUV | 142.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 101 | 0 | 0.48 | 0.53 | 0.15 | 6.26 | 0.6 | 0.62 |
| Hex | D8 | 71 | 65 | 0 | 30 | 35 | F | 6 | 3C | 3E |
| Octal | 330 | 161 | 145 | 0 | 60 | 65 | 17 | 6 | 74 | 76 |
| Binary | 11011000 | 1110001 | 1100101 | 0 | 110000 | 110101 | 1111 | 110 | 111100 | 111110 |
Color Harmonies of #D87165
Complementary color
Monochromatic Colors of #D87165
Black with #D87165
Text Example
Text Example
White with #D87165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87165; }
p { color: rgb(216,113,101); }
H1.HeaderClassName
{
color: #D87165;
}
.AnyTagClassName
{
color: #D87165;
}
</style>
background-color css
<style>
a { background-color: #D87165; }
a { background-color: rgb(216,113,101); }
div.DivClassName
{
background-color: #D87165;
}
.BgClassName
{
background-color: #D87165;
}
</style>
border-color css
<style>
span { border-color: #D87165; }
span { border-color: rgb(216,113,101); }
td.TdClassName
{
border-color: #D87165;
}
.TagClassName
{
border-color: #D87165;
}
</style>