Shades of Terra Cotta #D97366
Tints of Terra Cotta #D97366
RGB
CMYK
RGB Variations
Color information
#D97366 (or 0xD97366) is known color: Terra Cotta. HEX triplet: D9, 73 and 66. RGB value is (217,115,102). Sum of RGB (Red+Green+Blue) = 217+115+102=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97366 is #268C99. Grayscale: #909090. Windows color (decimal): -2526362 or 6714329. OLE color: 6714329.
HSL color Cylindrical-coordinate representation of color #D97366: hue angle of 6.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D97366 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 102 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.15 |
| HSL | 6.78º | 0.6% | 0.63% | - |
| HSV(B) | 6.78º | 0.53% | 0.85% | - |
| XYZ | 37.14 | 27.97 | 16.01 | - |
| YUV | 144.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 102 | 0 | 0.47 | 0.53 | 0.15 | 6.78 | 0.6 | 0.63 |
| Hex | D9 | 73 | 66 | 0 | 2F | 35 | F | 7 | 3C | 3F |
| Octal | 331 | 163 | 146 | 0 | 57 | 65 | 17 | 7 | 74 | 77 |
| Binary | 11011001 | 1110011 | 1100110 | 0 | 101111 | 110101 | 1111 | 111 | 111100 | 111111 |
Color Harmonies of #D97366
Complementary color
Monochromatic Colors of #D97366
Black with #D97366
Text Example
Text Example
White with #D97366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97366; }
p { color: rgb(217,115,102); }
H1.HeaderClassName
{
color: #D97366;
}
.AnyTagClassName
{
color: #D97366;
}
</style>
background-color css
<style>
a { background-color: #D97366; }
a { background-color: rgb(217,115,102); }
div.DivClassName
{
background-color: #D97366;
}
.BgClassName
{
background-color: #D97366;
}
</style>
border-color css
<style>
span { border-color: #D97366; }
span { border-color: rgb(217,115,102); }
td.TdClassName
{
border-color: #D97366;
}
.TagClassName
{
border-color: #D97366;
}
</style>