Shades of Terra Cotta #DA7667
Tints of Terra Cotta #DA7667
RGB
CMYK
RGB Variations
Color information
#DA7667 (or 0xDA7667) is known color: Terra Cotta. HEX triplet: DA, 76 and 67. RGB value is (218,118,103). Sum of RGB (Red+Green+Blue) = 218+118+103=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7667 is #258998. Grayscale: #929292. Windows color (decimal): -2460057 or 6780634. OLE color: 6780634.
HSL color Cylindrical-coordinate representation of color #DA7667: hue angle of 7.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 #DA7667 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 103 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.15 |
| HSL | 7.83º | 0.61% | 0.63% | - |
| HSV(B) | 7.83º | 0.53% | 0.85% | - |
| XYZ | 37.84 | 28.84 | 16.4 | - |
| YUV | 146.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 103 | 0 | 0.46 | 0.53 | 0.15 | 7.83 | 0.61 | 0.63 |
| Hex | DA | 76 | 67 | 0 | 2E | 35 | F | 8 | 3D | 3F |
| Octal | 332 | 166 | 147 | 0 | 56 | 65 | 17 | 10 | 75 | 77 |
| Binary | 11011010 | 1110110 | 1100111 | 0 | 101110 | 110101 | 1111 | 1000 | 111101 | 111111 |
Color Harmonies of #DA7667
Complementary color
Monochromatic Colors of #DA7667
Black with #DA7667
Text Example
Text Example
White with #DA7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7667; }
p { color: rgb(218,118,103); }
H1.HeaderClassName
{
color: #DA7667;
}
.AnyTagClassName
{
color: #DA7667;
}
</style>
background-color css
<style>
a { background-color: #DA7667; }
a { background-color: rgb(218,118,103); }
div.DivClassName
{
background-color: #DA7667;
}
.BgClassName
{
background-color: #DA7667;
}
</style>
border-color css
<style>
span { border-color: #DA7667; }
span { border-color: rgb(218,118,103); }
td.TdClassName
{
border-color: #DA7667;
}
.TagClassName
{
border-color: #DA7667;
}
</style>