Shades of Terra Cotta #DA7059
Tints of Terra Cotta #DA7059
RGB
CMYK
RGB Variations
Color information
#DA7059 (or 0xDA7059) is known color: Terra Cotta. HEX triplet: DA, 70 and 59. RGB value is (218,112,89). Sum of RGB (Red+Green+Blue) = 218+112+89=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7059 is #258FA6. Grayscale: #8D8D8D. Windows color (decimal): -2461607 or 5861594. OLE color: 5861594.
HSL color Cylindrical-coordinate representation of color #DA7059: hue angle of 10.7º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7059 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 89 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.15 |
| HSL | 10.7º | 0.64% | 0.6% | - |
| HSV(B) | 10.7º | 0.59% | 0.85% | - |
| XYZ | 36.51 | 27.22 | 12.78 | - |
| YUV | 141.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 89 | 0 | 0.49 | 0.59 | 0.15 | 10.7 | 0.64 | 0.6 |
| Hex | DA | 70 | 59 | 0 | 31 | 3B | F | B | 40 | 3C |
| Octal | 332 | 160 | 131 | 0 | 61 | 73 | 17 | 13 | 100 | 74 |
| Binary | 11011010 | 1110000 | 1011001 | 0 | 110001 | 111011 | 1111 | 1011 | 1000000 | 111100 |
Color Harmonies of #DA7059
Complementary color
Monochromatic Colors of #DA7059
Black with #DA7059
Text Example
Text Example
White with #DA7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7059; }
p { color: rgb(218,112,89); }
H1.HeaderClassName
{
color: #DA7059;
}
.AnyTagClassName
{
color: #DA7059;
}
</style>
background-color css
<style>
a { background-color: #DA7059; }
a { background-color: rgb(218,112,89); }
div.DivClassName
{
background-color: #DA7059;
}
.BgClassName
{
background-color: #DA7059;
}
</style>
border-color css
<style>
span { border-color: #DA7059; }
span { border-color: rgb(218,112,89); }
td.TdClassName
{
border-color: #DA7059;
}
.TagClassName
{
border-color: #DA7059;
}
</style>