Shades of Terra Cotta #DA7067
Tints of Terra Cotta #DA7067
RGB
CMYK
RGB Variations
Color information
#DA7067 (or 0xDA7067) is known color: Terra Cotta. HEX triplet: DA, 70 and 67. RGB value is (218,112,103). Sum of RGB (Red+Green+Blue) = 218+112+103=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7067 is #258F98. Grayscale: #8E8E8E. Windows color (decimal): -2461593 or 6779098. OLE color: 6779098.
HSL color Cylindrical-coordinate representation of color #DA7067: hue angle of 4.7º 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 #DA7067 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 103 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.15 |
| HSL | 4.7º | 0.61% | 0.63% | - |
| HSV(B) | 4.7º | 0.53% | 0.85% | - |
| XYZ | 37.16 | 27.47 | 16.18 | - |
| YUV | 142.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 103 | 0 | 0.49 | 0.53 | 0.15 | 4.7 | 0.61 | 0.63 |
| Hex | DA | 70 | 67 | 0 | 31 | 35 | F | 5 | 3D | 3F |
| Octal | 332 | 160 | 147 | 0 | 61 | 65 | 17 | 5 | 75 | 77 |
| Binary | 11011010 | 1110000 | 1100111 | 0 | 110001 | 110101 | 1111 | 101 | 111101 | 111111 |
Color Harmonies of #DA7067
Complementary color
Monochromatic Colors of #DA7067
Black with #DA7067
Text Example
Text Example
White with #DA7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7067; }
p { color: rgb(218,112,103); }
H1.HeaderClassName
{
color: #DA7067;
}
.AnyTagClassName
{
color: #DA7067;
}
</style>
background-color css
<style>
a { background-color: #DA7067; }
a { background-color: rgb(218,112,103); }
div.DivClassName
{
background-color: #DA7067;
}
.BgClassName
{
background-color: #DA7067;
}
</style>
border-color css
<style>
span { border-color: #DA7067; }
span { border-color: rgb(218,112,103); }
td.TdClassName
{
border-color: #DA7067;
}
.TagClassName
{
border-color: #DA7067;
}
</style>