Shades of Terra Cotta #D9785F
Tints of Terra Cotta #D9785F
RGB
CMYK
RGB Variations
Color information
#D9785F (or 0xD9785F) is known color: Terra Cotta. HEX triplet: D9, 78 and 5F. RGB value is (217,120,95). Sum of RGB (Red+Green+Blue) = 217+120+95=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9785F is #2687A0. Grayscale: #929292. Windows color (decimal): -2525089 or 6256857. OLE color: 6256857.
HSL color Cylindrical-coordinate representation of color #D9785F: hue angle of 12.3º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9785F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 95 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.15 |
| HSL | 12.3º | 0.62% | 0.61% | - |
| HSV(B) | 12.3º | 0.56% | 0.85% | - |
| XYZ | 37.4 | 29.01 | 14.46 | - |
| YUV | 146.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 95 | 0 | 0.45 | 0.56 | 0.15 | 12.3 | 0.62 | 0.61 |
| Hex | D9 | 78 | 5F | 0 | 2D | 38 | F | C | 3E | 3D |
| Octal | 331 | 170 | 137 | 0 | 55 | 70 | 17 | 14 | 76 | 75 |
| Binary | 11011001 | 1111000 | 1011111 | 0 | 101101 | 111000 | 1111 | 1100 | 111110 | 111101 |
Color Harmonies of #D9785F
Complementary color
Monochromatic Colors of #D9785F
Black with #D9785F
Text Example
Text Example
White with #D9785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9785F; }
p { color: rgb(217,120,95); }
H1.HeaderClassName
{
color: #D9785F;
}
.AnyTagClassName
{
color: #D9785F;
}
</style>
background-color css
<style>
a { background-color: #D9785F; }
a { background-color: rgb(217,120,95); }
div.DivClassName
{
background-color: #D9785F;
}
.BgClassName
{
background-color: #D9785F;
}
</style>
border-color css
<style>
span { border-color: #D9785F; }
span { border-color: rgb(217,120,95); }
td.TdClassName
{
border-color: #D9785F;
}
.TagClassName
{
border-color: #D9785F;
}
</style>