Shades of Terra Cotta #D96D57
Tints of Terra Cotta #D96D57
RGB
CMYK
RGB Variations
Color information
#D96D57 (or 0xD96D57) is known color: Terra Cotta. HEX triplet: D9, 6D and 57. RGB value is (217,109,87). Sum of RGB (Red+Green+Blue) = 217+109+87=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D57 is #2692A8. Grayscale: #8A8A8A. Windows color (decimal): -2527913 or 5729753. OLE color: 5729753.
HSL color Cylindrical-coordinate representation of color #D96D57: hue angle of 10.15º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96D57 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 87 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.15 |
| HSL | 10.15º | 0.63% | 0.6% | - |
| HSV(B) | 10.15º | 0.6% | 0.85% | - |
| XYZ | 35.8 | 26.38 | 12.22 | - |
| YUV | 138.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 87 | 0 | 0.50 | 0.60 | 0.15 | 10.15 | 0.63 | 0.6 |
| Hex | D9 | 6D | 57 | 0 | 32 | 3C | F | A | 3F | 3C |
| Octal | 331 | 155 | 127 | 0 | 62 | 74 | 17 | 12 | 77 | 74 |
| Binary | 11011001 | 1101101 | 1010111 | 0 | 110010 | 111100 | 1111 | 1010 | 111111 | 111100 |
Color Harmonies of #D96D57
Complementary color
Monochromatic Colors of #D96D57
Black with #D96D57
Text Example
Text Example
White with #D96D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D57; }
p { color: rgb(217,109,87); }
H1.HeaderClassName
{
color: #D96D57;
}
.AnyTagClassName
{
color: #D96D57;
}
</style>
background-color css
<style>
a { background-color: #D96D57; }
a { background-color: rgb(217,109,87); }
div.DivClassName
{
background-color: #D96D57;
}
.BgClassName
{
background-color: #D96D57;
}
</style>
border-color css
<style>
span { border-color: #D96D57; }
span { border-color: rgb(217,109,87); }
td.TdClassName
{
border-color: #D96D57;
}
.TagClassName
{
border-color: #D96D57;
}
</style>