Shades of Terra Cotta #D86D5E
Tints of Terra Cotta #D86D5E
RGB
CMYK
RGB Variations
Color information
#D86D5E (or 0xD86D5E) is known color: Terra Cotta. HEX triplet: D8, 6D and 5E. RGB value is (216,109,94). Sum of RGB (Red+Green+Blue) = 216+109+94=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D5E is #2792A1. Grayscale: #8B8B8B. Windows color (decimal): -2593442 or 6188504. OLE color: 6188504.
HSL color Cylindrical-coordinate representation of color #D86D5E: hue angle of 7.38º 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 #D86D5E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 94 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.15 |
| HSL | 7.38º | 0.61% | 0.61% | - |
| HSV(B) | 7.38º | 0.56% | 0.85% | - |
| XYZ | 35.81 | 26.34 | 13.79 | - |
| YUV | 139.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 94 | 0 | 0.50 | 0.56 | 0.15 | 7.38 | 0.61 | 0.61 |
| Hex | D8 | 6D | 5E | 0 | 32 | 38 | F | 7 | 3D | 3D |
| Octal | 330 | 155 | 136 | 0 | 62 | 70 | 17 | 7 | 75 | 75 |
| Binary | 11011000 | 1101101 | 1011110 | 0 | 110010 | 111000 | 1111 | 111 | 111101 | 111101 |
Color Harmonies of #D86D5E
Complementary color
Monochromatic Colors of #D86D5E
Black with #D86D5E
Text Example
Text Example
White with #D86D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D5E; }
p { color: rgb(216,109,94); }
H1.HeaderClassName
{
color: #D86D5E;
}
.AnyTagClassName
{
color: #D86D5E;
}
</style>
background-color css
<style>
a { background-color: #D86D5E; }
a { background-color: rgb(216,109,94); }
div.DivClassName
{
background-color: #D86D5E;
}
.BgClassName
{
background-color: #D86D5E;
}
</style>
border-color css
<style>
span { border-color: #D86D5E; }
span { border-color: rgb(216,109,94); }
td.TdClassName
{
border-color: #D86D5E;
}
.TagClassName
{
border-color: #D86D5E;
}
</style>