Shades of Terra Cotta #DA785D
Tints of Terra Cotta #DA785D
RGB
CMYK
RGB Variations
Color information
#DA785D (or 0xDA785D) is known color: Terra Cotta. HEX triplet: DA, 78 and 5D. RGB value is (218,120,93). Sum of RGB (Red+Green+Blue) = 218+120+93=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA785D is #2587A2. Grayscale: #929292. Windows color (decimal): -2459555 or 6125786. OLE color: 6125786.
HSL color Cylindrical-coordinate representation of color #DA785D: hue angle of 12.96º degrees, saturation: 0.63, 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 #DA785D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 93 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.15 |
| HSL | 12.96º | 0.63% | 0.61% | - |
| HSV(B) | 12.96º | 0.57% | 0.85% | - |
| XYZ | 37.61 | 29.13 | 14 | - |
| YUV | 146.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 93 | 0 | 0.45 | 0.57 | 0.15 | 12.96 | 0.63 | 0.61 |
| Hex | DA | 78 | 5D | 0 | 2D | 39 | F | D | 3F | 3D |
| Octal | 332 | 170 | 135 | 0 | 55 | 71 | 17 | 15 | 77 | 75 |
| Binary | 11011010 | 1111000 | 1011101 | 0 | 101101 | 111001 | 1111 | 1101 | 111111 | 111101 |
Color Harmonies of #DA785D
Complementary color
Monochromatic Colors of #DA785D
Black with #DA785D
Text Example
Text Example
White with #DA785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA785D; }
p { color: rgb(218,120,93); }
H1.HeaderClassName
{
color: #DA785D;
}
.AnyTagClassName
{
color: #DA785D;
}
</style>
background-color css
<style>
a { background-color: #DA785D; }
a { background-color: rgb(218,120,93); }
div.DivClassName
{
background-color: #DA785D;
}
.BgClassName
{
background-color: #DA785D;
}
</style>
border-color css
<style>
span { border-color: #DA785D; }
span { border-color: rgb(218,120,93); }
td.TdClassName
{
border-color: #DA785D;
}
.TagClassName
{
border-color: #DA785D;
}
</style>