Shades of Terra Cotta #DA7466
Tints of Terra Cotta #DA7466
RGB
CMYK
RGB Variations
Color information
#DA7466 (or 0xDA7466) is known color: Terra Cotta. HEX triplet: DA, 74 and 66. RGB value is (218,116,102). Sum of RGB (Red+Green+Blue) = 218+116+102=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7466 is #258B99. Grayscale: #919191. Windows color (decimal): -2460570 or 6714586. OLE color: 6714586.
HSL color Cylindrical-coordinate representation of color #DA7466: hue angle of 7.24º 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 #DA7466 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 102 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.15 |
| HSL | 7.24º | 0.61% | 0.63% | - |
| HSV(B) | 7.24º | 0.53% | 0.85% | - |
| XYZ | 37.56 | 28.36 | 16.06 | - |
| YUV | 144.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 102 | 0 | 0.47 | 0.53 | 0.15 | 7.24 | 0.61 | 0.63 |
| Hex | DA | 74 | 66 | 0 | 2F | 35 | F | 7 | 3D | 3F |
| Octal | 332 | 164 | 146 | 0 | 57 | 65 | 17 | 7 | 75 | 77 |
| Binary | 11011010 | 1110100 | 1100110 | 0 | 101111 | 110101 | 1111 | 111 | 111101 | 111111 |
Color Harmonies of #DA7466
Complementary color
Monochromatic Colors of #DA7466
Black with #DA7466
Text Example
Text Example
White with #DA7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7466; }
p { color: rgb(218,116,102); }
H1.HeaderClassName
{
color: #DA7466;
}
.AnyTagClassName
{
color: #DA7466;
}
</style>
background-color css
<style>
a { background-color: #DA7466; }
a { background-color: rgb(218,116,102); }
div.DivClassName
{
background-color: #DA7466;
}
.BgClassName
{
background-color: #DA7466;
}
</style>
border-color css
<style>
span { border-color: #DA7466; }
span { border-color: rgb(218,116,102); }
td.TdClassName
{
border-color: #DA7466;
}
.TagClassName
{
border-color: #DA7466;
}
</style>