Shades of Terra Cotta #D86E59
Tints of Terra Cotta #D86E59
RGB
CMYK
RGB Variations
Color information
#D86E59 (or 0xD86E59) is known color: Terra Cotta. HEX triplet: D8, 6E and 59. RGB value is (216,110,89). Sum of RGB (Red+Green+Blue) = 216+110+89=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E59 is #2791A6. Grayscale: #8B8B8B. Windows color (decimal): -2593191 or 5861080. OLE color: 5861080.
HSL color Cylindrical-coordinate representation of color #D86E59: hue angle of 9.92º 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 #D86E59 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 89 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.15 |
| HSL | 9.92º | 0.62% | 0.6% | - |
| HSV(B) | 9.92º | 0.59% | 0.85% | - |
| XYZ | 35.7 | 26.47 | 12.68 | - |
| YUV | 139.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 89 | 0 | 0.49 | 0.59 | 0.15 | 9.92 | 0.62 | 0.6 |
| Hex | D8 | 6E | 59 | 0 | 31 | 3B | F | A | 3E | 3C |
| Octal | 330 | 156 | 131 | 0 | 61 | 73 | 17 | 12 | 76 | 74 |
| Binary | 11011000 | 1101110 | 1011001 | 0 | 110001 | 111011 | 1111 | 1010 | 111110 | 111100 |
Color Harmonies of #D86E59
Complementary color
Monochromatic Colors of #D86E59
Black with #D86E59
Text Example
Text Example
White with #D86E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E59; }
p { color: rgb(216,110,89); }
H1.HeaderClassName
{
color: #D86E59;
}
.AnyTagClassName
{
color: #D86E59;
}
</style>
background-color css
<style>
a { background-color: #D86E59; }
a { background-color: rgb(216,110,89); }
div.DivClassName
{
background-color: #D86E59;
}
.BgClassName
{
background-color: #D86E59;
}
</style>
border-color css
<style>
span { border-color: #D86E59; }
span { border-color: rgb(216,110,89); }
td.TdClassName
{
border-color: #D86E59;
}
.TagClassName
{
border-color: #D86E59;
}
</style>