Shades of Terra Cotta #DA705C
Tints of Terra Cotta #DA705C
RGB
CMYK
RGB Variations
Color information
#DA705C (or 0xDA705C) is known color: Terra Cotta. HEX triplet: DA, 70 and 5C. RGB value is (218,112,92). Sum of RGB (Red+Green+Blue) = 218+112+92=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA705C is #258FA3. Grayscale: #8D8D8D. Windows color (decimal): -2461604 or 6058202. OLE color: 6058202.
HSL color Cylindrical-coordinate representation of color #DA705C: hue angle of 9.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA705C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 92 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.15 |
| HSL | 9.52º | 0.63% | 0.61% | - |
| HSV(B) | 9.52º | 0.58% | 0.85% | - |
| XYZ | 36.64 | 27.27 | 13.46 | - |
| YUV | 141.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 92 | 0 | 0.49 | 0.58 | 0.15 | 9.52 | 0.63 | 0.61 |
| Hex | DA | 70 | 5C | 0 | 31 | 3A | F | A | 3F | 3D |
| Octal | 332 | 160 | 134 | 0 | 61 | 72 | 17 | 12 | 77 | 75 |
| Binary | 11011010 | 1110000 | 1011100 | 0 | 110001 | 111010 | 1111 | 1010 | 111111 | 111101 |
Color Harmonies of #DA705C
Complementary color
Monochromatic Colors of #DA705C
Black with #DA705C
Text Example
Text Example
White with #DA705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA705C; }
p { color: rgb(218,112,92); }
H1.HeaderClassName
{
color: #DA705C;
}
.AnyTagClassName
{
color: #DA705C;
}
</style>
background-color css
<style>
a { background-color: #DA705C; }
a { background-color: rgb(218,112,92); }
div.DivClassName
{
background-color: #DA705C;
}
.BgClassName
{
background-color: #DA705C;
}
</style>
border-color css
<style>
span { border-color: #DA705C; }
span { border-color: rgb(218,112,92); }
td.TdClassName
{
border-color: #DA705C;
}
.TagClassName
{
border-color: #DA705C;
}
</style>