Shades of Terra Cotta #DA7768
Tints of Terra Cotta #DA7768
RGB
CMYK
RGB Variations
Color information
#DA7768 (or 0xDA7768) is known color: Terra Cotta. HEX triplet: DA, 77 and 68. RGB value is (218,119,104). Sum of RGB (Red+Green+Blue) = 218+119+104=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7768 is #258897. Grayscale: #939393. Windows color (decimal): -2459800 or 6846426. OLE color: 6846426.
HSL color Cylindrical-coordinate representation of color #DA7768: hue angle of 7.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7768 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 104 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.15 |
| HSL | 7.89º | 0.61% | 0.63% | - |
| HSV(B) | 7.89º | 0.52% | 0.85% | - |
| XYZ | 38.01 | 29.1 | 16.71 | - |
| YUV | 146.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 104 | 0 | 0.45 | 0.52 | 0.15 | 7.89 | 0.61 | 0.63 |
| Hex | DA | 77 | 68 | 0 | 2D | 34 | F | 8 | 3D | 3F |
| Octal | 332 | 167 | 150 | 0 | 55 | 64 | 17 | 10 | 75 | 77 |
| Binary | 11011010 | 1110111 | 1101000 | 0 | 101101 | 110100 | 1111 | 1000 | 111101 | 111111 |
Color Harmonies of #DA7768
Complementary color
Monochromatic Colors of #DA7768
Black with #DA7768
Text Example
Text Example
White with #DA7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7768; }
p { color: rgb(218,119,104); }
H1.HeaderClassName
{
color: #DA7768;
}
.AnyTagClassName
{
color: #DA7768;
}
</style>
background-color css
<style>
a { background-color: #DA7768; }
a { background-color: rgb(218,119,104); }
div.DivClassName
{
background-color: #DA7768;
}
.BgClassName
{
background-color: #DA7768;
}
</style>
border-color css
<style>
span { border-color: #DA7768; }
span { border-color: rgb(218,119,104); }
td.TdClassName
{
border-color: #DA7768;
}
.TagClassName
{
border-color: #DA7768;
}
</style>