Shades of Terra Cotta #D97564
Tints of Terra Cotta #D97564
RGB
CMYK
RGB Variations
Color information
#D97564 (or 0xD97564) is known color: Terra Cotta. HEX triplet: D9, 75 and 64. RGB value is (217,117,100). Sum of RGB (Red+Green+Blue) = 217+117+100=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97564 is #268A9B. Grayscale: #919191. Windows color (decimal): -2525852 or 6583769. OLE color: 6583769.
HSL color Cylindrical-coordinate representation of color #D97564: hue angle of 8.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D97564 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 100 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.15 |
| HSL | 8.72º | 0.61% | 0.62% | - |
| HSV(B) | 8.72º | 0.54% | 0.85% | - |
| XYZ | 37.28 | 28.39 | 15.57 | - |
| YUV | 144.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 100 | 0 | 0.46 | 0.54 | 0.15 | 8.72 | 0.61 | 0.62 |
| Hex | D9 | 75 | 64 | 0 | 2E | 36 | F | 9 | 3D | 3E |
| Octal | 331 | 165 | 144 | 0 | 56 | 66 | 17 | 11 | 75 | 76 |
| Binary | 11011001 | 1110101 | 1100100 | 0 | 101110 | 110110 | 1111 | 1001 | 111101 | 111110 |
Color Harmonies of #D97564
Complementary color
Monochromatic Colors of #D97564
Black with #D97564
Text Example
Text Example
White with #D97564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97564; }
p { color: rgb(217,117,100); }
H1.HeaderClassName
{
color: #D97564;
}
.AnyTagClassName
{
color: #D97564;
}
</style>
background-color css
<style>
a { background-color: #D97564; }
a { background-color: rgb(217,117,100); }
div.DivClassName
{
background-color: #D97564;
}
.BgClassName
{
background-color: #D97564;
}
</style>
border-color css
<style>
span { border-color: #D97564; }
span { border-color: rgb(217,117,100); }
td.TdClassName
{
border-color: #D97564;
}
.TagClassName
{
border-color: #D97564;
}
</style>