Shades of Terra Cotta #DA7367
Tints of Terra Cotta #DA7367
RGB
CMYK
RGB Variations
Color information
#DA7367 (or 0xDA7367) is known color: Terra Cotta. HEX triplet: DA, 73 and 67. RGB value is (218,115,103). Sum of RGB (Red+Green+Blue) = 218+115+103=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7367 is #258C98. Grayscale: #909090. Windows color (decimal): -2460825 or 6779866. OLE color: 6779866.
HSL color Cylindrical-coordinate representation of color #DA7367: hue angle of 6.26º 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 #DA7367 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 103 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.15 |
| HSL | 6.26º | 0.61% | 0.63% | - |
| HSV(B) | 6.26º | 0.53% | 0.85% | - |
| XYZ | 37.49 | 28.15 | 16.29 | - |
| YUV | 144.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 103 | 0 | 0.47 | 0.53 | 0.15 | 6.26 | 0.61 | 0.63 |
| Hex | DA | 73 | 67 | 0 | 2F | 35 | F | 6 | 3D | 3F |
| Octal | 332 | 163 | 147 | 0 | 57 | 65 | 17 | 6 | 75 | 77 |
| Binary | 11011010 | 1110011 | 1100111 | 0 | 101111 | 110101 | 1111 | 110 | 111101 | 111111 |
Color Harmonies of #DA7367
Complementary color
Monochromatic Colors of #DA7367
Black with #DA7367
Text Example
Text Example
White with #DA7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7367; }
p { color: rgb(218,115,103); }
H1.HeaderClassName
{
color: #DA7367;
}
.AnyTagClassName
{
color: #DA7367;
}
</style>
background-color css
<style>
a { background-color: #DA7367; }
a { background-color: rgb(218,115,103); }
div.DivClassName
{
background-color: #DA7367;
}
.BgClassName
{
background-color: #DA7367;
}
</style>
border-color css
<style>
span { border-color: #DA7367; }
span { border-color: rgb(218,115,103); }
td.TdClassName
{
border-color: #DA7367;
}
.TagClassName
{
border-color: #DA7367;
}
</style>