Shades of Terra Cotta #DA7865
Tints of Terra Cotta #DA7865
RGB
CMYK
RGB Variations
Color information
#DA7865 (or 0xDA7865) is known color: Terra Cotta. HEX triplet: DA, 78 and 65. RGB value is (218,120,101). Sum of RGB (Red+Green+Blue) = 218+120+101=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7865 is #25879A. Grayscale: #939393. Windows color (decimal): -2459547 or 6650074. OLE color: 6650074.
HSL color Cylindrical-coordinate representation of color #DA7865: hue angle of 9.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA7865 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 101 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.15 |
| HSL | 9.74º | 0.61% | 0.63% | - |
| HSV(B) | 9.74º | 0.54% | 0.85% | - |
| XYZ | 37.98 | 29.28 | 15.96 | - |
| YUV | 147.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 101 | 0 | 0.45 | 0.54 | 0.15 | 9.74 | 0.61 | 0.63 |
| Hex | DA | 78 | 65 | 0 | 2D | 36 | F | A | 3D | 3F |
| Octal | 332 | 170 | 145 | 0 | 55 | 66 | 17 | 12 | 75 | 77 |
| Binary | 11011010 | 1111000 | 1100101 | 0 | 101101 | 110110 | 1111 | 1010 | 111101 | 111111 |
Color Harmonies of #DA7865
Complementary color
Monochromatic Colors of #DA7865
Black with #DA7865
Text Example
Text Example
White with #DA7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7865; }
p { color: rgb(218,120,101); }
H1.HeaderClassName
{
color: #DA7865;
}
.AnyTagClassName
{
color: #DA7865;
}
</style>
background-color css
<style>
a { background-color: #DA7865; }
a { background-color: rgb(218,120,101); }
div.DivClassName
{
background-color: #DA7865;
}
.BgClassName
{
background-color: #DA7865;
}
</style>
border-color css
<style>
span { border-color: #DA7865; }
span { border-color: rgb(218,120,101); }
td.TdClassName
{
border-color: #DA7865;
}
.TagClassName
{
border-color: #DA7865;
}
</style>