Shades of Terra Cotta #D97256
Tints of Terra Cotta #D97256
RGB
CMYK
RGB Variations
Color information
#D97256 (or 0xD97256) is known color: Terra Cotta. HEX triplet: D9, 72 and 56. RGB value is (217,114,86). Sum of RGB (Red+Green+Blue) = 217+114+86=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D97256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97256 is #268DA9. Grayscale: #8D8D8D. Windows color (decimal): -2526634 or 5665497. OLE color: 5665497.
HSL color Cylindrical-coordinate representation of color #D97256: hue angle of 12.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D97256 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 86 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.15 |
| HSL | 12.82º | 0.63% | 0.59% | - |
| HSV(B) | 12.82º | 0.6% | 0.85% | - |
| XYZ | 36.31 | 27.46 | 12.19 | - |
| YUV | 141.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 86 | 0 | 0.47 | 0.60 | 0.15 | 12.82 | 0.63 | 0.59 |
| Hex | D9 | 72 | 56 | 0 | 2F | 3C | F | D | 3F | 3B |
| Octal | 331 | 162 | 126 | 0 | 57 | 74 | 17 | 15 | 77 | 73 |
| Binary | 11011001 | 1110010 | 1010110 | 0 | 101111 | 111100 | 1111 | 1101 | 111111 | 111011 |
Color Harmonies of #D97256
Complementary color
Monochromatic Colors of #D97256
Black with #D97256
Text Example
Text Example
White with #D97256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97256; }
p { color: rgb(217,114,86); }
H1.HeaderClassName
{
color: #D97256;
}
.AnyTagClassName
{
color: #D97256;
}
</style>
background-color css
<style>
a { background-color: #D97256; }
a { background-color: rgb(217,114,86); }
div.DivClassName
{
background-color: #D97256;
}
.BgClassName
{
background-color: #D97256;
}
</style>
border-color css
<style>
span { border-color: #D97256; }
span { border-color: rgb(217,114,86); }
td.TdClassName
{
border-color: #D97256;
}
.TagClassName
{
border-color: #D97256;
}
</style>