Shades of Terra Cotta #DA7166
Tints of Terra Cotta #DA7166
RGB
CMYK
RGB Variations
Color information
#DA7166 (or 0xDA7166) is known color: Terra Cotta. HEX triplet: DA, 71 and 66. RGB value is (218,113,102). Sum of RGB (Red+Green+Blue) = 218+113+102=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7166 is #258E99. Grayscale: #8F8F8F. Windows color (decimal): -2461338 or 6713818. OLE color: 6713818.
HSL color Cylindrical-coordinate representation of color #DA7166: hue angle of 5.69º 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 #DA7166 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 102 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.15 |
| HSL | 5.69º | 0.61% | 0.63% | - |
| HSV(B) | 5.69º | 0.53% | 0.85% | - |
| XYZ | 37.22 | 27.67 | 15.95 | - |
| YUV | 143.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 102 | 0 | 0.48 | 0.53 | 0.15 | 5.69 | 0.61 | 0.63 |
| Hex | DA | 71 | 66 | 0 | 30 | 35 | F | 6 | 3D | 3F |
| Octal | 332 | 161 | 146 | 0 | 60 | 65 | 17 | 6 | 75 | 77 |
| Binary | 11011010 | 1110001 | 1100110 | 0 | 110000 | 110101 | 1111 | 110 | 111101 | 111111 |
Color Harmonies of #DA7166
Complementary color
Monochromatic Colors of #DA7166
Black with #DA7166
Text Example
Text Example
White with #DA7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7166; }
p { color: rgb(218,113,102); }
H1.HeaderClassName
{
color: #DA7166;
}
.AnyTagClassName
{
color: #DA7166;
}
</style>
background-color css
<style>
a { background-color: #DA7166; }
a { background-color: rgb(218,113,102); }
div.DivClassName
{
background-color: #DA7166;
}
.BgClassName
{
background-color: #DA7166;
}
</style>
border-color css
<style>
span { border-color: #DA7166; }
span { border-color: rgb(218,113,102); }
td.TdClassName
{
border-color: #DA7166;
}
.TagClassName
{
border-color: #DA7166;
}
</style>