Shades of Terra Cotta #D97265
Tints of Terra Cotta #D97265
RGB
CMYK
RGB Variations
Color information
#D97265 (or 0xD97265) is known color: Terra Cotta. HEX triplet: D9, 72 and 65. RGB value is (217,114,101). Sum of RGB (Red+Green+Blue) = 217+114+101=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97265 is #268D9A. Grayscale: #8F8F8F. Windows color (decimal): -2526619 or 6648537. OLE color: 6648537.
HSL color Cylindrical-coordinate representation of color #D97265: hue angle of 6.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D97265 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 101 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.15 |
| HSL | 6.72º | 0.6% | 0.62% | - |
| HSV(B) | 6.72º | 0.53% | 0.85% | - |
| XYZ | 36.98 | 27.73 | 15.71 | - |
| YUV | 143.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 101 | 0 | 0.47 | 0.53 | 0.15 | 6.72 | 0.6 | 0.62 |
| Hex | D9 | 72 | 65 | 0 | 2F | 35 | F | 7 | 3C | 3E |
| Octal | 331 | 162 | 145 | 0 | 57 | 65 | 17 | 7 | 74 | 76 |
| Binary | 11011001 | 1110010 | 1100101 | 0 | 101111 | 110101 | 1111 | 111 | 111100 | 111110 |
Color Harmonies of #D97265
Complementary color
Monochromatic Colors of #D97265
Black with #D97265
Text Example
Text Example
White with #D97265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97265; }
p { color: rgb(217,114,101); }
H1.HeaderClassName
{
color: #D97265;
}
.AnyTagClassName
{
color: #D97265;
}
</style>
background-color css
<style>
a { background-color: #D97265; }
a { background-color: rgb(217,114,101); }
div.DivClassName
{
background-color: #D97265;
}
.BgClassName
{
background-color: #D97265;
}
</style>
border-color css
<style>
span { border-color: #D97265; }
span { border-color: rgb(217,114,101); }
td.TdClassName
{
border-color: #D97265;
}
.TagClassName
{
border-color: #D97265;
}
</style>