Shades of Terra Cotta #D9705E
Tints of Terra Cotta #D9705E
RGB
CMYK
RGB Variations
Color information
#D9705E (or 0xD9705E) is known color: Terra Cotta. HEX triplet: D9, 70 and 5E. RGB value is (217,112,94). Sum of RGB (Red+Green+Blue) = 217+112+94=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9705E is #268FA1. Grayscale: #8D8D8D. Windows color (decimal): -2527138 or 6189273. OLE color: 6189273.
HSL color Cylindrical-coordinate representation of color #D9705E: hue angle of 8.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9705E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.15 |
| HSL | 8.78º | 0.62% | 0.61% | - |
| HSV(B) | 8.78º | 0.57% | 0.85% | - |
| XYZ | 36.43 | 27.15 | 13.91 | - |
| YUV | 141.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 94 | 0 | 0.48 | 0.57 | 0.15 | 8.78 | 0.62 | 0.61 |
| Hex | D9 | 70 | 5E | 0 | 30 | 39 | F | 9 | 3E | 3D |
| Octal | 331 | 160 | 136 | 0 | 60 | 71 | 17 | 11 | 76 | 75 |
| Binary | 11011001 | 1110000 | 1011110 | 0 | 110000 | 111001 | 1111 | 1001 | 111110 | 111101 |
Color Harmonies of #D9705E
Complementary color
Monochromatic Colors of #D9705E
Black with #D9705E
Text Example
Text Example
White with #D9705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9705E; }
p { color: rgb(217,112,94); }
H1.HeaderClassName
{
color: #D9705E;
}
.AnyTagClassName
{
color: #D9705E;
}
</style>
background-color css
<style>
a { background-color: #D9705E; }
a { background-color: rgb(217,112,94); }
div.DivClassName
{
background-color: #D9705E;
}
.BgClassName
{
background-color: #D9705E;
}
</style>
border-color css
<style>
span { border-color: #D9705E; }
span { border-color: rgb(217,112,94); }
td.TdClassName
{
border-color: #D9705E;
}
.TagClassName
{
border-color: #D9705E;
}
</style>