Shades of Terra Cotta #D86E5B
Tints of Terra Cotta #D86E5B
RGB
CMYK
RGB Variations
Color information
#D86E5B (or 0xD86E5B) is known color: Terra Cotta. HEX triplet: D8, 6E and 5B. RGB value is (216,110,91). Sum of RGB (Red+Green+Blue) = 216+110+91=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E5B is #2791A4. Grayscale: #8B8B8B. Windows color (decimal): -2593189 or 5992152. OLE color: 5992152.
HSL color Cylindrical-coordinate representation of color #D86E5B: hue angle of 9.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86E5B is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 91 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.15 |
| HSL | 9.12º | 0.62% | 0.6% | - |
| HSV(B) | 9.12º | 0.58% | 0.85% | - |
| XYZ | 35.78 | 26.51 | 13.13 | - |
| YUV | 139.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 91 | 0 | 0.49 | 0.58 | 0.15 | 9.12 | 0.62 | 0.6 |
| Hex | D8 | 6E | 5B | 0 | 31 | 3A | F | 9 | 3E | 3C |
| Octal | 330 | 156 | 133 | 0 | 61 | 72 | 17 | 11 | 76 | 74 |
| Binary | 11011000 | 1101110 | 1011011 | 0 | 110001 | 111010 | 1111 | 1001 | 111110 | 111100 |
Color Harmonies of #D86E5B
Complementary color
Monochromatic Colors of #D86E5B
Black with #D86E5B
Text Example
Text Example
White with #D86E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E5B; }
p { color: rgb(216,110,91); }
H1.HeaderClassName
{
color: #D86E5B;
}
.AnyTagClassName
{
color: #D86E5B;
}
</style>
background-color css
<style>
a { background-color: #D86E5B; }
a { background-color: rgb(216,110,91); }
div.DivClassName
{
background-color: #D86E5B;
}
.BgClassName
{
background-color: #D86E5B;
}
</style>
border-color css
<style>
span { border-color: #D86E5B; }
span { border-color: rgb(216,110,91); }
td.TdClassName
{
border-color: #D86E5B;
}
.TagClassName
{
border-color: #D86E5B;
}
</style>