Shades of Terra Cotta #D86F59
Tints of Terra Cotta #D86F59
RGB
CMYK
RGB Variations
Color information
#D86F59 (or 0xD86F59) is known color: Terra Cotta. HEX triplet: D8, 6F and 59. RGB value is (216,111,89). Sum of RGB (Red+Green+Blue) = 216+111+89=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F59 is #2790A6. Grayscale: #8C8C8C. Windows color (decimal): -2592935 or 5861336. OLE color: 5861336.
HSL color Cylindrical-coordinate representation of color #D86F59: hue angle of 10.39º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D86F59 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 89 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.15 |
| HSL | 10.39º | 0.62% | 0.6% | - |
| HSV(B) | 10.39º | 0.59% | 0.85% | - |
| XYZ | 35.81 | 26.69 | 12.72 | - |
| YUV | 139.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 89 | 0 | 0.49 | 0.59 | 0.15 | 10.39 | 0.62 | 0.6 |
| Hex | D8 | 6F | 59 | 0 | 31 | 3B | F | A | 3E | 3C |
| Octal | 330 | 157 | 131 | 0 | 61 | 73 | 17 | 12 | 76 | 74 |
| Binary | 11011000 | 1101111 | 1011001 | 0 | 110001 | 111011 | 1111 | 1010 | 111110 | 111100 |
Color Harmonies of #D86F59
Complementary color
Monochromatic Colors of #D86F59
Black with #D86F59
Text Example
Text Example
White with #D86F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F59; }
p { color: rgb(216,111,89); }
H1.HeaderClassName
{
color: #D86F59;
}
.AnyTagClassName
{
color: #D86F59;
}
</style>
background-color css
<style>
a { background-color: #D86F59; }
a { background-color: rgb(216,111,89); }
div.DivClassName
{
background-color: #D86F59;
}
.BgClassName
{
background-color: #D86F59;
}
</style>
border-color css
<style>
span { border-color: #D86F59; }
span { border-color: rgb(216,111,89); }
td.TdClassName
{
border-color: #D86F59;
}
.TagClassName
{
border-color: #D86F59;
}
</style>