Shades of Terra Cotta #DA7356
Tints of Terra Cotta #DA7356
RGB
CMYK
RGB Variations
Color information
#DA7356 (or 0xDA7356) is known color: Terra Cotta. HEX triplet: DA, 73 and 56. RGB value is (218,115,86). Sum of RGB (Red+Green+Blue) = 218+115+86=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7356 is #258CA9. Grayscale: #8E8E8E. Windows color (decimal): -2460842 or 5665754. OLE color: 5665754.
HSL color Cylindrical-coordinate representation of color #DA7356: hue angle of 13.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7356 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 86 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.15 |
| HSL | 13.18º | 0.64% | 0.6% | - |
| HSV(B) | 13.18º | 0.61% | 0.85% | - |
| XYZ | 36.72 | 27.84 | 12.24 | - |
| YUV | 142.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 86 | 0 | 0.47 | 0.61 | 0.15 | 13.18 | 0.64 | 0.6 |
| Hex | DA | 73 | 56 | 0 | 2F | 3D | F | D | 40 | 3C |
| Octal | 332 | 163 | 126 | 0 | 57 | 75 | 17 | 15 | 100 | 74 |
| Binary | 11011010 | 1110011 | 1010110 | 0 | 101111 | 111101 | 1111 | 1101 | 1000000 | 111100 |
Color Harmonies of #DA7356
Complementary color
Monochromatic Colors of #DA7356
Black with #DA7356
Text Example
Text Example
White with #DA7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7356; }
p { color: rgb(218,115,86); }
H1.HeaderClassName
{
color: #DA7356;
}
.AnyTagClassName
{
color: #DA7356;
}
</style>
background-color css
<style>
a { background-color: #DA7356; }
a { background-color: rgb(218,115,86); }
div.DivClassName
{
background-color: #DA7356;
}
.BgClassName
{
background-color: #DA7356;
}
</style>
border-color css
<style>
span { border-color: #DA7356; }
span { border-color: rgb(218,115,86); }
td.TdClassName
{
border-color: #DA7356;
}
.TagClassName
{
border-color: #DA7356;
}
</style>