Shades of Terra Cotta #D97460
Tints of Terra Cotta #D97460
RGB
CMYK
RGB Variations
Color information
#D97460 (or 0xD97460) is known color: Terra Cotta. HEX triplet: D9, 74 and 60. RGB value is (217,116,96). Sum of RGB (Red+Green+Blue) = 217+116+96=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97460 is #268B9F. Grayscale: #909090. Windows color (decimal): -2526112 or 6321369. OLE color: 6321369.
HSL color Cylindrical-coordinate representation of color #D97460: hue angle of 9.92º 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 #D97460 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 96 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.15 |
| HSL | 9.92º | 0.61% | 0.61% | - |
| HSV(B) | 9.92º | 0.56% | 0.85% | - |
| XYZ | 36.97 | 28.09 | 14.54 | - |
| YUV | 143.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 96 | 0 | 0.47 | 0.56 | 0.15 | 9.92 | 0.61 | 0.61 |
| Hex | D9 | 74 | 60 | 0 | 2F | 38 | F | A | 3D | 3D |
| Octal | 331 | 164 | 140 | 0 | 57 | 70 | 17 | 12 | 75 | 75 |
| Binary | 11011001 | 1110100 | 1100000 | 0 | 101111 | 111000 | 1111 | 1010 | 111101 | 111101 |
Color Harmonies of #D97460
Complementary color
Monochromatic Colors of #D97460
Black with #D97460
Text Example
Text Example
White with #D97460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97460; }
p { color: rgb(217,116,96); }
H1.HeaderClassName
{
color: #D97460;
}
.AnyTagClassName
{
color: #D97460;
}
</style>
background-color css
<style>
a { background-color: #D97460; }
a { background-color: rgb(217,116,96); }
div.DivClassName
{
background-color: #D97460;
}
.BgClassName
{
background-color: #D97460;
}
</style>
border-color css
<style>
span { border-color: #D97460; }
span { border-color: rgb(217,116,96); }
td.TdClassName
{
border-color: #D97460;
}
.TagClassName
{
border-color: #D97460;
}
</style>