Shades of Terra Cotta #D86E5C
Tints of Terra Cotta #D86E5C
RGB
CMYK
RGB Variations
Color information
#D86E5C (or 0xD86E5C) is known color: Terra Cotta. HEX triplet: D8, 6E and 5C. RGB value is (216,110,92). Sum of RGB (Red+Green+Blue) = 216+110+92=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E5C is #2791A3. Grayscale: #8B8B8B. Windows color (decimal): -2593188 or 6057688. OLE color: 6057688.
HSL color Cylindrical-coordinate representation of color #D86E5C: hue angle of 8.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86E5C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 92 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.15 |
| HSL | 8.71º | 0.61% | 0.6% | - |
| HSV(B) | 8.71º | 0.57% | 0.85% | - |
| XYZ | 35.83 | 26.52 | 13.36 | - |
| YUV | 139.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 92 | 0 | 0.49 | 0.57 | 0.15 | 8.71 | 0.61 | 0.6 |
| Hex | D8 | 6E | 5C | 0 | 31 | 39 | F | 9 | 3D | 3C |
| Octal | 330 | 156 | 134 | 0 | 61 | 71 | 17 | 11 | 75 | 74 |
| Binary | 11011000 | 1101110 | 1011100 | 0 | 110001 | 111001 | 1111 | 1001 | 111101 | 111100 |
Color Harmonies of #D86E5C
Complementary color
Monochromatic Colors of #D86E5C
Black with #D86E5C
Text Example
Text Example
White with #D86E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E5C; }
p { color: rgb(216,110,92); }
H1.HeaderClassName
{
color: #D86E5C;
}
.AnyTagClassName
{
color: #D86E5C;
}
</style>
background-color css
<style>
a { background-color: #D86E5C; }
a { background-color: rgb(216,110,92); }
div.DivClassName
{
background-color: #D86E5C;
}
.BgClassName
{
background-color: #D86E5C;
}
</style>
border-color css
<style>
span { border-color: #D86E5C; }
span { border-color: rgb(216,110,92); }
td.TdClassName
{
border-color: #D86E5C;
}
.TagClassName
{
border-color: #D86E5C;
}
</style>