Shades of Terra Cotta #D86F5E
Tints of Terra Cotta #D86F5E
RGB
CMYK
RGB Variations
Color information
#D86F5E (or 0xD86F5E) is known color: Terra Cotta. HEX triplet: D8, 6F and 5E. RGB value is (216,111,94). Sum of RGB (Red+Green+Blue) = 216+111+94=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F5E is #2790A1. Grayscale: #8C8C8C. Windows color (decimal): -2592930 or 6189016. OLE color: 6189016.
HSL color Cylindrical-coordinate representation of color #D86F5E: hue angle of 8.36º 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 #D86F5E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 94 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.15 |
| HSL | 8.36º | 0.61% | 0.61% | - |
| HSV(B) | 8.36º | 0.56% | 0.85% | - |
| XYZ | 36.02 | 26.78 | 13.86 | - |
| YUV | 140.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 94 | 0 | 0.49 | 0.56 | 0.15 | 8.36 | 0.61 | 0.61 |
| Hex | D8 | 6F | 5E | 0 | 31 | 38 | F | 8 | 3D | 3D |
| Octal | 330 | 157 | 136 | 0 | 61 | 70 | 17 | 10 | 75 | 75 |
| Binary | 11011000 | 1101111 | 1011110 | 0 | 110001 | 111000 | 1111 | 1000 | 111101 | 111101 |
Color Harmonies of #D86F5E
Complementary color
Monochromatic Colors of #D86F5E
Black with #D86F5E
Text Example
Text Example
White with #D86F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F5E; }
p { color: rgb(216,111,94); }
H1.HeaderClassName
{
color: #D86F5E;
}
.AnyTagClassName
{
color: #D86F5E;
}
</style>
background-color css
<style>
a { background-color: #D86F5E; }
a { background-color: rgb(216,111,94); }
div.DivClassName
{
background-color: #D86F5E;
}
.BgClassName
{
background-color: #D86F5E;
}
</style>
border-color css
<style>
span { border-color: #D86F5E; }
span { border-color: rgb(216,111,94); }
td.TdClassName
{
border-color: #D86F5E;
}
.TagClassName
{
border-color: #D86F5E;
}
</style>