Shades of Terra Cotta #DA715E
Tints of Terra Cotta #DA715E
RGB
CMYK
RGB Variations
Color information
#DA715E (or 0xDA715E) is known color: Terra Cotta. HEX triplet: DA, 71 and 5E. RGB value is (218,113,94). Sum of RGB (Red+Green+Blue) = 218+113+94=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA715E is #258EA1. Grayscale: #8E8E8E. Windows color (decimal): -2461346 or 6189530. OLE color: 6189530.
HSL color Cylindrical-coordinate representation of color #DA715E: hue angle of 9.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA715E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.15 |
| HSL | 9.19º | 0.63% | 0.61% | - |
| HSV(B) | 9.19º | 0.57% | 0.85% | - |
| XYZ | 36.84 | 27.52 | 13.96 | - |
| YUV | 142.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 94 | 0 | 0.48 | 0.57 | 0.15 | 9.19 | 0.63 | 0.61 |
| Hex | DA | 71 | 5E | 0 | 30 | 39 | F | 9 | 3F | 3D |
| Octal | 332 | 161 | 136 | 0 | 60 | 71 | 17 | 11 | 77 | 75 |
| Binary | 11011010 | 1110001 | 1011110 | 0 | 110000 | 111001 | 1111 | 1001 | 111111 | 111101 |
Color Harmonies of #DA715E
Complementary color
Monochromatic Colors of #DA715E
Black with #DA715E
Text Example
Text Example
White with #DA715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA715E; }
p { color: rgb(218,113,94); }
H1.HeaderClassName
{
color: #DA715E;
}
.AnyTagClassName
{
color: #DA715E;
}
</style>
background-color css
<style>
a { background-color: #DA715E; }
a { background-color: rgb(218,113,94); }
div.DivClassName
{
background-color: #DA715E;
}
.BgClassName
{
background-color: #DA715E;
}
</style>
border-color css
<style>
span { border-color: #DA715E; }
span { border-color: rgb(218,113,94); }
td.TdClassName
{
border-color: #DA715E;
}
.TagClassName
{
border-color: #DA715E;
}
</style>