Shades of Terra Cotta #D8755E
Tints of Terra Cotta #D8755E
RGB
CMYK
RGB Variations
Color information
#D8755E (or 0xD8755E) is known color: Terra Cotta. HEX triplet: D8, 75 and 5E. RGB value is (216,117,94). Sum of RGB (Red+Green+Blue) = 216+117+94=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8755E is #278AA1. Grayscale: #909090. Windows color (decimal): -2591394 or 6190552. OLE color: 6190552.
HSL color Cylindrical-coordinate representation of color #D8755E: hue angle of 11.31º 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 #D8755E is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 94 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.15 |
| HSL | 11.31º | 0.61% | 0.61% | - |
| HSV(B) | 11.31º | 0.56% | 0.85% | - |
| XYZ | 36.7 | 28.13 | 14.08 | - |
| YUV | 143.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 94 | 0 | 0.46 | 0.56 | 0.15 | 11.31 | 0.61 | 0.61 |
| Hex | D8 | 75 | 5E | 0 | 2E | 38 | F | B | 3D | 3D |
| Octal | 330 | 165 | 136 | 0 | 56 | 70 | 17 | 13 | 75 | 75 |
| Binary | 11011000 | 1110101 | 1011110 | 0 | 101110 | 111000 | 1111 | 1011 | 111101 | 111101 |
Color Harmonies of #D8755E
Complementary color
Monochromatic Colors of #D8755E
Black with #D8755E
Text Example
Text Example
White with #D8755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8755E; }
p { color: rgb(216,117,94); }
H1.HeaderClassName
{
color: #D8755E;
}
.AnyTagClassName
{
color: #D8755E;
}
</style>
background-color css
<style>
a { background-color: #D8755E; }
a { background-color: rgb(216,117,94); }
div.DivClassName
{
background-color: #D8755E;
}
.BgClassName
{
background-color: #D8755E;
}
</style>
border-color css
<style>
span { border-color: #D8755E; }
span { border-color: rgb(216,117,94); }
td.TdClassName
{
border-color: #D8755E;
}
.TagClassName
{
border-color: #D8755E;
}
</style>