Shades of Terra Cotta #D97268
Tints of Terra Cotta #D97268
RGB
CMYK
RGB Variations
Color information
#D97268 (or 0xD97268) is known color: Terra Cotta. HEX triplet: D9, 72 and 68. RGB value is (217,114,104). Sum of RGB (Red+Green+Blue) = 217+114+104=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97268 is #268D97. Grayscale: #8F8F8F. Windows color (decimal): -2526616 or 6845145. OLE color: 6845145.
HSL color Cylindrical-coordinate representation of color #D97268: hue angle of 5.31º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97268 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 104 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.15 |
| HSL | 5.31º | 0.6% | 0.63% | - |
| HSV(B) | 5.31º | 0.52% | 0.85% | - |
| XYZ | 37.13 | 27.79 | 16.5 | - |
| YUV | 143.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 104 | 0 | 0.47 | 0.52 | 0.15 | 5.31 | 0.6 | 0.63 |
| Hex | D9 | 72 | 68 | 0 | 2F | 34 | F | 5 | 3C | 3F |
| Octal | 331 | 162 | 150 | 0 | 57 | 64 | 17 | 5 | 74 | 77 |
| Binary | 11011001 | 1110010 | 1101000 | 0 | 101111 | 110100 | 1111 | 101 | 111100 | 111111 |
Color Harmonies of #D97268
Complementary color
Monochromatic Colors of #D97268
Black with #D97268
Text Example
Text Example
White with #D97268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97268; }
p { color: rgb(217,114,104); }
H1.HeaderClassName
{
color: #D97268;
}
.AnyTagClassName
{
color: #D97268;
}
</style>
background-color css
<style>
a { background-color: #D97268; }
a { background-color: rgb(217,114,104); }
div.DivClassName
{
background-color: #D97268;
}
.BgClassName
{
background-color: #D97268;
}
</style>
border-color css
<style>
span { border-color: #D97268; }
span { border-color: rgb(217,114,104); }
td.TdClassName
{
border-color: #D97268;
}
.TagClassName
{
border-color: #D97268;
}
</style>