Shades of Terra Cotta #D86E5E
Tints of Terra Cotta #D86E5E
RGB
CMYK
RGB Variations
Color information
#D86E5E (or 0xD86E5E) is known color: Terra Cotta. HEX triplet: D8, 6E and 5E. RGB value is (216,110,94). Sum of RGB (Red+Green+Blue) = 216+110+94=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E5E is #2791A1. Grayscale: #8C8C8C. Windows color (decimal): -2593186 or 6188760. OLE color: 6188760.
HSL color Cylindrical-coordinate representation of color #D86E5E: hue angle of 7.87º 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 #D86E5E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 94 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.15 |
| HSL | 7.87º | 0.61% | 0.61% | - |
| HSV(B) | 7.87º | 0.56% | 0.85% | - |
| XYZ | 35.92 | 26.56 | 13.82 | - |
| YUV | 139.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 94 | 0 | 0.49 | 0.56 | 0.15 | 7.87 | 0.61 | 0.61 |
| Hex | D8 | 6E | 5E | 0 | 31 | 38 | F | 8 | 3D | 3D |
| Octal | 330 | 156 | 136 | 0 | 61 | 70 | 17 | 10 | 75 | 75 |
| Binary | 11011000 | 1101110 | 1011110 | 0 | 110001 | 111000 | 1111 | 1000 | 111101 | 111101 |
Color Harmonies of #D86E5E
Complementary color
Monochromatic Colors of #D86E5E
Black with #D86E5E
Text Example
Text Example
White with #D86E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E5E; }
p { color: rgb(216,110,94); }
H1.HeaderClassName
{
color: #D86E5E;
}
.AnyTagClassName
{
color: #D86E5E;
}
</style>
background-color css
<style>
a { background-color: #D86E5E; }
a { background-color: rgb(216,110,94); }
div.DivClassName
{
background-color: #D86E5E;
}
.BgClassName
{
background-color: #D86E5E;
}
</style>
border-color css
<style>
span { border-color: #D86E5E; }
span { border-color: rgb(216,110,94); }
td.TdClassName
{
border-color: #D86E5E;
}
.TagClassName
{
border-color: #D86E5E;
}
</style>