Shades of Terra Cotta #D8775F
Tints of Terra Cotta #D8775F
RGB
CMYK
RGB Variations
Color information
#D8775F (or 0xD8775F) is known color: Terra Cotta. HEX triplet: D8, 77 and 5F. RGB value is (216,119,95). Sum of RGB (Red+Green+Blue) = 216+119+95=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8775F is #2788A0. Grayscale: #919191. Windows color (decimal): -2590881 or 6256600. OLE color: 6256600.
HSL color Cylindrical-coordinate representation of color #D8775F: hue angle of 11.9º 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 #D8775F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 95 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.15 |
| HSL | 11.9º | 0.61% | 0.61% | - |
| HSV(B) | 11.9º | 0.56% | 0.85% | - |
| XYZ | 36.98 | 28.62 | 14.4 | - |
| YUV | 145.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 95 | 0 | 0.45 | 0.56 | 0.15 | 11.9 | 0.61 | 0.61 |
| Hex | D8 | 77 | 5F | 0 | 2D | 38 | F | C | 3D | 3D |
| Octal | 330 | 167 | 137 | 0 | 55 | 70 | 17 | 14 | 75 | 75 |
| Binary | 11011000 | 1110111 | 1011111 | 0 | 101101 | 111000 | 1111 | 1100 | 111101 | 111101 |
Color Harmonies of #D8775F
Complementary color
Monochromatic Colors of #D8775F
Black with #D8775F
Text Example
Text Example
White with #D8775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8775F; }
p { color: rgb(216,119,95); }
H1.HeaderClassName
{
color: #D8775F;
}
.AnyTagClassName
{
color: #D8775F;
}
</style>
background-color css
<style>
a { background-color: #D8775F; }
a { background-color: rgb(216,119,95); }
div.DivClassName
{
background-color: #D8775F;
}
.BgClassName
{
background-color: #D8775F;
}
</style>
border-color css
<style>
span { border-color: #D8775F; }
span { border-color: rgb(216,119,95); }
td.TdClassName
{
border-color: #D8775F;
}
.TagClassName
{
border-color: #D8775F;
}
</style>