Shades of Terra Cotta #DA7353
Tints of Terra Cotta #DA7353
RGB
CMYK
RGB Variations
Color information
#DA7353 (or 0xDA7353) is known color: Terra Cotta. HEX triplet: DA, 73 and 53. RGB value is (218,115,83). Sum of RGB (Red+Green+Blue) = 218+115+83=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7353 is #258CAC. Grayscale: #8E8E8E. Windows color (decimal): -2460845 or 5469146. OLE color: 5469146.
HSL color Cylindrical-coordinate representation of color #DA7353: hue angle of 14.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7353 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 83 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.15 |
| HSL | 14.22º | 0.65% | 0.59% | - |
| HSV(B) | 14.22º | 0.62% | 0.85% | - |
| XYZ | 36.61 | 27.79 | 11.62 | - |
| YUV | 142.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 83 | 0 | 0.47 | 0.62 | 0.15 | 14.22 | 0.65 | 0.59 |
| Hex | DA | 73 | 53 | 0 | 2F | 3E | F | E | 41 | 3B |
| Octal | 332 | 163 | 123 | 0 | 57 | 76 | 17 | 16 | 101 | 73 |
| Binary | 11011010 | 1110011 | 1010011 | 0 | 101111 | 111110 | 1111 | 1110 | 1000001 | 111011 |
Color Harmonies of #DA7353
Complementary color
Monochromatic Colors of #DA7353
Black with #DA7353
Text Example
Text Example
White with #DA7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7353; }
p { color: rgb(218,115,83); }
H1.HeaderClassName
{
color: #DA7353;
}
.AnyTagClassName
{
color: #DA7353;
}
</style>
background-color css
<style>
a { background-color: #DA7353; }
a { background-color: rgb(218,115,83); }
div.DivClassName
{
background-color: #DA7353;
}
.BgClassName
{
background-color: #DA7353;
}
</style>
border-color css
<style>
span { border-color: #DA7353; }
span { border-color: rgb(218,115,83); }
td.TdClassName
{
border-color: #DA7353;
}
.TagClassName
{
border-color: #DA7353;
}
</style>