Shades of Terra Cotta #DA7764
Tints of Terra Cotta #DA7764
RGB
CMYK
RGB Variations
Color information
#DA7764 (or 0xDA7764) is known color: Terra Cotta. HEX triplet: DA, 77 and 64. RGB value is (218,119,100). Sum of RGB (Red+Green+Blue) = 218+119+100=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7764 is #25889B. Grayscale: #929292. Windows color (decimal): -2459804 or 6584282. OLE color: 6584282.
HSL color Cylindrical-coordinate representation of color #DA7764: hue angle of 9.66º 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 #DA7764 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 100 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.15 |
| HSL | 9.66º | 0.61% | 0.62% | - |
| HSV(B) | 9.66º | 0.54% | 0.85% | - |
| XYZ | 37.81 | 29.02 | 15.67 | - |
| YUV | 146.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 100 | 0 | 0.45 | 0.54 | 0.15 | 9.66 | 0.61 | 0.62 |
| Hex | DA | 77 | 64 | 0 | 2D | 36 | F | A | 3D | 3E |
| Octal | 332 | 167 | 144 | 0 | 55 | 66 | 17 | 12 | 75 | 76 |
| Binary | 11011010 | 1110111 | 1100100 | 0 | 101101 | 110110 | 1111 | 1010 | 111101 | 111110 |
Color Harmonies of #DA7764
Complementary color
Monochromatic Colors of #DA7764
Black with #DA7764
Text Example
Text Example
White with #DA7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7764; }
p { color: rgb(218,119,100); }
H1.HeaderClassName
{
color: #DA7764;
}
.AnyTagClassName
{
color: #DA7764;
}
</style>
background-color css
<style>
a { background-color: #DA7764; }
a { background-color: rgb(218,119,100); }
div.DivClassName
{
background-color: #DA7764;
}
.BgClassName
{
background-color: #DA7764;
}
</style>
border-color css
<style>
span { border-color: #DA7764; }
span { border-color: rgb(218,119,100); }
td.TdClassName
{
border-color: #DA7764;
}
.TagClassName
{
border-color: #DA7764;
}
</style>