Shades of Terra Cotta #DA704F
Tints of Terra Cotta #DA704F
RGB
CMYK
RGB Variations
Color information
#DA704F (or 0xDA704F) is known color: Terra Cotta. HEX triplet: DA, 70 and 4F. RGB value is (218,112,79). Sum of RGB (Red+Green+Blue) = 218+112+79=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA704F is #258FB0. Grayscale: #8C8C8C. Windows color (decimal): -2461617 or 5206234. OLE color: 5206234.
HSL color Cylindrical-coordinate representation of color #DA704F: hue angle of 14.24º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA704F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 79 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.15 |
| HSL | 14.24º | 0.65% | 0.58% | - |
| HSV(B) | 14.24º | 0.64% | 0.85% | - |
| XYZ | 36.12 | 27.06 | 10.72 | - |
| YUV | 139.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 79 | 0 | 0.49 | 0.64 | 0.15 | 14.24 | 0.65 | 0.58 |
| Hex | DA | 70 | 4F | 0 | 31 | 40 | F | E | 41 | 3A |
| Octal | 332 | 160 | 117 | 0 | 61 | 100 | 17 | 16 | 101 | 72 |
| Binary | 11011010 | 1110000 | 1001111 | 0 | 110001 | 1000000 | 1111 | 1110 | 1000001 | 111010 |
Color Harmonies of #DA704F
Complementary color
Monochromatic Colors of #DA704F
Black with #DA704F
Text Example
Text Example
White with #DA704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA704F; }
p { color: rgb(218,112,79); }
H1.HeaderClassName
{
color: #DA704F;
}
.AnyTagClassName
{
color: #DA704F;
}
</style>
background-color css
<style>
a { background-color: #DA704F; }
a { background-color: rgb(218,112,79); }
div.DivClassName
{
background-color: #DA704F;
}
.BgClassName
{
background-color: #DA704F;
}
</style>
border-color css
<style>
span { border-color: #DA704F; }
span { border-color: rgb(218,112,79); }
td.TdClassName
{
border-color: #DA704F;
}
.TagClassName
{
border-color: #DA704F;
}
</style>