Shades of Terra Cotta #DA7966
Tints of Terra Cotta #DA7966
RGB
CMYK
RGB Variations
Color information
#DA7966 (or 0xDA7966) is known color: Terra Cotta. HEX triplet: DA, 79 and 66. RGB value is (218,121,102). Sum of RGB (Red+Green+Blue) = 218+121+102=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7966 is #258699. Grayscale: #949494. Windows color (decimal): -2459290 or 6715866. OLE color: 6715866.
HSL color Cylindrical-coordinate representation of color #DA7966: hue angle of 9.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA7966 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 102 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.15 |
| HSL | 9.83º | 0.61% | 0.63% | - |
| HSV(B) | 9.83º | 0.53% | 0.85% | - |
| XYZ | 38.15 | 29.54 | 16.26 | - |
| YUV | 147.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 102 | 0 | 0.44 | 0.53 | 0.15 | 9.83 | 0.61 | 0.63 |
| Hex | DA | 79 | 66 | 0 | 2C | 35 | F | A | 3D | 3F |
| Octal | 332 | 171 | 146 | 0 | 54 | 65 | 17 | 12 | 75 | 77 |
| Binary | 11011010 | 1111001 | 1100110 | 0 | 101100 | 110101 | 1111 | 1010 | 111101 | 111111 |
Color Harmonies of #DA7966
Complementary color
Monochromatic Colors of #DA7966
Black with #DA7966
Text Example
Text Example
White with #DA7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7966; }
p { color: rgb(218,121,102); }
H1.HeaderClassName
{
color: #DA7966;
}
.AnyTagClassName
{
color: #DA7966;
}
</style>
background-color css
<style>
a { background-color: #DA7966; }
a { background-color: rgb(218,121,102); }
div.DivClassName
{
background-color: #DA7966;
}
.BgClassName
{
background-color: #DA7966;
}
</style>
border-color css
<style>
span { border-color: #DA7966; }
span { border-color: rgb(218,121,102); }
td.TdClassName
{
border-color: #DA7966;
}
.TagClassName
{
border-color: #DA7966;
}
</style>