Shades of Terra Cotta #D86E5D
Tints of Terra Cotta #D86E5D
RGB
CMYK
RGB Variations
Color information
#D86E5D (or 0xD86E5D) is known color: Terra Cotta. HEX triplet: D8, 6E and 5D. RGB value is (216,110,93). Sum of RGB (Red+Green+Blue) = 216+110+93=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E5D is #2791A2. Grayscale: #8B8B8B. Windows color (decimal): -2593187 or 6123224. OLE color: 6123224.
HSL color Cylindrical-coordinate representation of color #D86E5D: hue angle of 8.29º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86E5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 93 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.15 |
| HSL | 8.29º | 0.61% | 0.61% | - |
| HSV(B) | 8.29º | 0.57% | 0.85% | - |
| XYZ | 35.87 | 26.54 | 13.59 | - |
| YUV | 139.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 93 | 0 | 0.49 | 0.57 | 0.15 | 8.29 | 0.61 | 0.61 |
| Hex | D8 | 6E | 5D | 0 | 31 | 39 | F | 8 | 3D | 3D |
| Octal | 330 | 156 | 135 | 0 | 61 | 71 | 17 | 10 | 75 | 75 |
| Binary | 11011000 | 1101110 | 1011101 | 0 | 110001 | 111001 | 1111 | 1000 | 111101 | 111101 |
Color Harmonies of #D86E5D
Complementary color
Monochromatic Colors of #D86E5D
Black with #D86E5D
Text Example
Text Example
White with #D86E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E5D; }
p { color: rgb(216,110,93); }
H1.HeaderClassName
{
color: #D86E5D;
}
.AnyTagClassName
{
color: #D86E5D;
}
</style>
background-color css
<style>
a { background-color: #D86E5D; }
a { background-color: rgb(216,110,93); }
div.DivClassName
{
background-color: #D86E5D;
}
.BgClassName
{
background-color: #D86E5D;
}
</style>
border-color css
<style>
span { border-color: #D86E5D; }
span { border-color: rgb(216,110,93); }
td.TdClassName
{
border-color: #D86E5D;
}
.TagClassName
{
border-color: #D86E5D;
}
</style>