Shades of Terra Cotta #DA7864
Tints of Terra Cotta #DA7864
RGB
CMYK
RGB Variations
Color information
#DA7864 (or 0xDA7864) is known color: Terra Cotta. HEX triplet: DA, 78 and 64. RGB value is (218,120,100). Sum of RGB (Red+Green+Blue) = 218+120+100=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7864 is #25879B. Grayscale: #939393. Windows color (decimal): -2459548 or 6584538. OLE color: 6584538.
HSL color Cylindrical-coordinate representation of color #DA7864: hue angle of 10.17º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA7864 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 100 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.15 |
| HSL | 10.17º | 0.61% | 0.62% | - |
| HSV(B) | 10.17º | 0.54% | 0.85% | - |
| XYZ | 37.93 | 29.26 | 15.7 | - |
| YUV | 147.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 100 | 0 | 0.45 | 0.54 | 0.15 | 10.17 | 0.61 | 0.62 |
| Hex | DA | 78 | 64 | 0 | 2D | 36 | F | A | 3D | 3E |
| Octal | 332 | 170 | 144 | 0 | 55 | 66 | 17 | 12 | 75 | 76 |
| Binary | 11011010 | 1111000 | 1100100 | 0 | 101101 | 110110 | 1111 | 1010 | 111101 | 111110 |
Color Harmonies of #DA7864
Complementary color
Monochromatic Colors of #DA7864
Black with #DA7864
Text Example
Text Example
White with #DA7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7864; }
p { color: rgb(218,120,100); }
H1.HeaderClassName
{
color: #DA7864;
}
.AnyTagClassName
{
color: #DA7864;
}
</style>
background-color css
<style>
a { background-color: #DA7864; }
a { background-color: rgb(218,120,100); }
div.DivClassName
{
background-color: #DA7864;
}
.BgClassName
{
background-color: #DA7864;
}
</style>
border-color css
<style>
span { border-color: #DA7864; }
span { border-color: rgb(218,120,100); }
td.TdClassName
{
border-color: #DA7864;
}
.TagClassName
{
border-color: #DA7864;
}
</style>