Shades of Terra Cotta #D9705D
Tints of Terra Cotta #D9705D
RGB
CMYK
RGB Variations
Color information
#D9705D (or 0xD9705D) is known color: Terra Cotta. HEX triplet: D9, 70 and 5D. RGB value is (217,112,93). Sum of RGB (Red+Green+Blue) = 217+112+93=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9705D is #268FA2. Grayscale: #8D8D8D. Windows color (decimal): -2527139 or 6123737. OLE color: 6123737.
HSL color Cylindrical-coordinate representation of color #D9705D: hue angle of 9.19º 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 #D9705D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 93 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.15 |
| HSL | 9.19º | 0.62% | 0.61% | - |
| HSV(B) | 9.19º | 0.57% | 0.85% | - |
| XYZ | 36.39 | 27.13 | 13.67 | - |
| YUV | 141.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 93 | 0 | 0.48 | 0.57 | 0.15 | 9.19 | 0.62 | 0.61 |
| Hex | D9 | 70 | 5D | 0 | 30 | 39 | F | 9 | 3E | 3D |
| Octal | 331 | 160 | 135 | 0 | 60 | 71 | 17 | 11 | 76 | 75 |
| Binary | 11011001 | 1110000 | 1011101 | 0 | 110000 | 111001 | 1111 | 1001 | 111110 | 111101 |
Color Harmonies of #D9705D
Complementary color
Monochromatic Colors of #D9705D
Black with #D9705D
Text Example
Text Example
White with #D9705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9705D; }
p { color: rgb(217,112,93); }
H1.HeaderClassName
{
color: #D9705D;
}
.AnyTagClassName
{
color: #D9705D;
}
</style>
background-color css
<style>
a { background-color: #D9705D; }
a { background-color: rgb(217,112,93); }
div.DivClassName
{
background-color: #D9705D;
}
.BgClassName
{
background-color: #D9705D;
}
</style>
border-color css
<style>
span { border-color: #D9705D; }
span { border-color: rgb(217,112,93); }
td.TdClassName
{
border-color: #D9705D;
}
.TagClassName
{
border-color: #D9705D;
}
</style>