Shades of Terra Cotta #D97760
Tints of Terra Cotta #D97760
RGB
CMYK
RGB Variations
Color information
#D97760 (or 0xD97760) is known color: Terra Cotta. HEX triplet: D9, 77 and 60. RGB value is (217,119,96). Sum of RGB (Red+Green+Blue) = 217+119+96=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97760 is #26889F. Grayscale: #919191. Windows color (decimal): -2525344 or 6322137. OLE color: 6322137.
HSL color Cylindrical-coordinate representation of color #D97760: hue angle of 11.4º 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 #D97760 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 96 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.15 |
| HSL | 11.4º | 0.61% | 0.61% | - |
| HSV(B) | 11.4º | 0.56% | 0.85% | - |
| XYZ | 37.32 | 28.79 | 14.66 | - |
| YUV | 145.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 96 | 0 | 0.45 | 0.56 | 0.15 | 11.4 | 0.61 | 0.61 |
| Hex | D9 | 77 | 60 | 0 | 2D | 38 | F | B | 3D | 3D |
| Octal | 331 | 167 | 140 | 0 | 55 | 70 | 17 | 13 | 75 | 75 |
| Binary | 11011001 | 1110111 | 1100000 | 0 | 101101 | 111000 | 1111 | 1011 | 111101 | 111101 |
Color Harmonies of #D97760
Complementary color
Monochromatic Colors of #D97760
Black with #D97760
Text Example
Text Example
White with #D97760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97760; }
p { color: rgb(217,119,96); }
H1.HeaderClassName
{
color: #D97760;
}
.AnyTagClassName
{
color: #D97760;
}
</style>
background-color css
<style>
a { background-color: #D97760; }
a { background-color: rgb(217,119,96); }
div.DivClassName
{
background-color: #D97760;
}
.BgClassName
{
background-color: #D97760;
}
</style>
border-color css
<style>
span { border-color: #D97760; }
span { border-color: rgb(217,119,96); }
td.TdClassName
{
border-color: #D97760;
}
.TagClassName
{
border-color: #D97760;
}
</style>