Shades of Terra Cotta #DA7069
Tints of Terra Cotta #DA7069
RGB
CMYK
RGB Variations
Color information
#DA7069 (or 0xDA7069) is known color: Terra Cotta. HEX triplet: DA, 70 and 69. RGB value is (218,112,105). Sum of RGB (Red+Green+Blue) = 218+112+105=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7069 is #258F96. Grayscale: #8F8F8F. Windows color (decimal): -2461591 or 6910170. OLE color: 6910170.
HSL color Cylindrical-coordinate representation of color #DA7069: hue angle of 3.72º degrees, saturation: 0.6, 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 #DA7069 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 105 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.72º | 0.6% | 0.63% | - |
| HSV(B) | 3.72º | 0.52% | 0.85% | - |
| XYZ | 37.26 | 27.51 | 16.71 | - |
| YUV | 142.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 105 | 0 | 0.49 | 0.52 | 0.15 | 3.72 | 0.6 | 0.63 |
| Hex | DA | 70 | 69 | 0 | 31 | 34 | F | 4 | 3C | 3F |
| Octal | 332 | 160 | 151 | 0 | 61 | 64 | 17 | 4 | 74 | 77 |
| Binary | 11011010 | 1110000 | 1101001 | 0 | 110001 | 110100 | 1111 | 100 | 111100 | 111111 |
Color Harmonies of #DA7069
Complementary color
Monochromatic Colors of #DA7069
Black with #DA7069
Text Example
Text Example
White with #DA7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7069; }
p { color: rgb(218,112,105); }
H1.HeaderClassName
{
color: #DA7069;
}
.AnyTagClassName
{
color: #DA7069;
}
</style>
background-color css
<style>
a { background-color: #DA7069; }
a { background-color: rgb(218,112,105); }
div.DivClassName
{
background-color: #DA7069;
}
.BgClassName
{
background-color: #DA7069;
}
</style>
border-color css
<style>
span { border-color: #DA7069; }
span { border-color: rgb(218,112,105); }
td.TdClassName
{
border-color: #DA7069;
}
.TagClassName
{
border-color: #DA7069;
}
</style>