Shades of Terra Cotta #D97466
Tints of Terra Cotta #D97466
RGB
CMYK
RGB Variations
Color information
#D97466 (or 0xD97466) is known color: Terra Cotta. HEX triplet: D9, 74 and 66. RGB value is (217,116,102). Sum of RGB (Red+Green+Blue) = 217+116+102=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97466 is #268B99. Grayscale: #909090. Windows color (decimal): -2526106 or 6714585. OLE color: 6714585.
HSL color Cylindrical-coordinate representation of color #D97466: hue angle of 7.3º 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 #D97466 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 102 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.15 |
| HSL | 7.3º | 0.6% | 0.63% | - |
| HSV(B) | 7.3º | 0.53% | 0.85% | - |
| XYZ | 37.26 | 28.2 | 16.05 | - |
| YUV | 144.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 102 | 0 | 0.47 | 0.53 | 0.15 | 7.3 | 0.6 | 0.63 |
| Hex | D9 | 74 | 66 | 0 | 2F | 35 | F | 7 | 3C | 3F |
| Octal | 331 | 164 | 146 | 0 | 57 | 65 | 17 | 7 | 74 | 77 |
| Binary | 11011001 | 1110100 | 1100110 | 0 | 101111 | 110101 | 1111 | 111 | 111100 | 111111 |
Color Harmonies of #D97466
Complementary color
Monochromatic Colors of #D97466
Black with #D97466
Text Example
Text Example
White with #D97466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97466; }
p { color: rgb(217,116,102); }
H1.HeaderClassName
{
color: #D97466;
}
.AnyTagClassName
{
color: #D97466;
}
</style>
background-color css
<style>
a { background-color: #D97466; }
a { background-color: rgb(217,116,102); }
div.DivClassName
{
background-color: #D97466;
}
.BgClassName
{
background-color: #D97466;
}
</style>
border-color css
<style>
span { border-color: #D97466; }
span { border-color: rgb(217,116,102); }
td.TdClassName
{
border-color: #D97466;
}
.TagClassName
{
border-color: #D97466;
}
</style>