Shades of Terra Cotta #DA7360
Tints of Terra Cotta #DA7360
RGB
CMYK
RGB Variations
Color information
#DA7360 (or 0xDA7360) is known color: Terra Cotta. HEX triplet: DA, 73 and 60. RGB value is (218,115,96). Sum of RGB (Red+Green+Blue) = 218+115+96=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7360 is #258C9F. Grayscale: #8F8F8F. Windows color (decimal): -2460832 or 6321114. OLE color: 6321114.
HSL color Cylindrical-coordinate representation of color #DA7360: hue angle of 9.34º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7360 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 96 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.15 |
| HSL | 9.34º | 0.62% | 0.62% | - |
| HSV(B) | 9.34º | 0.56% | 0.85% | - |
| XYZ | 37.16 | 28.01 | 14.51 | - |
| YUV | 143.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 96 | 0 | 0.47 | 0.56 | 0.15 | 9.34 | 0.62 | 0.62 |
| Hex | DA | 73 | 60 | 0 | 2F | 38 | F | 9 | 3E | 3E |
| Octal | 332 | 163 | 140 | 0 | 57 | 70 | 17 | 11 | 76 | 76 |
| Binary | 11011010 | 1110011 | 1100000 | 0 | 101111 | 111000 | 1111 | 1001 | 111110 | 111110 |
Color Harmonies of #DA7360
Complementary color
Monochromatic Colors of #DA7360
Black with #DA7360
Text Example
Text Example
White with #DA7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7360; }
p { color: rgb(218,115,96); }
H1.HeaderClassName
{
color: #DA7360;
}
.AnyTagClassName
{
color: #DA7360;
}
</style>
background-color css
<style>
a { background-color: #DA7360; }
a { background-color: rgb(218,115,96); }
div.DivClassName
{
background-color: #DA7360;
}
.BgClassName
{
background-color: #DA7360;
}
</style>
border-color css
<style>
span { border-color: #DA7360; }
span { border-color: rgb(218,115,96); }
td.TdClassName
{
border-color: #DA7360;
}
.TagClassName
{
border-color: #DA7360;
}
</style>