Shades of Terra Cotta #DA705D
Tints of Terra Cotta #DA705D
RGB
CMYK
RGB Variations
Color information
#DA705D (or 0xDA705D) is known color: Terra Cotta. HEX triplet: DA, 70 and 5D. RGB value is (218,112,93). Sum of RGB (Red+Green+Blue) = 218+112+93=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA705D is #258FA2. Grayscale: #8D8D8D. Windows color (decimal): -2461603 or 6123738. OLE color: 6123738.
HSL color Cylindrical-coordinate representation of color #DA705D: hue angle of 9.12º 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 #DA705D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 93 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.15 |
| HSL | 9.12º | 0.63% | 0.61% | - |
| HSV(B) | 9.12º | 0.57% | 0.85% | - |
| XYZ | 36.68 | 27.28 | 13.69 | - |
| YUV | 141.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 93 | 0 | 0.49 | 0.57 | 0.15 | 9.12 | 0.63 | 0.61 |
| Hex | DA | 70 | 5D | 0 | 31 | 39 | F | 9 | 3F | 3D |
| Octal | 332 | 160 | 135 | 0 | 61 | 71 | 17 | 11 | 77 | 75 |
| Binary | 11011010 | 1110000 | 1011101 | 0 | 110001 | 111001 | 1111 | 1001 | 111111 | 111101 |
Color Harmonies of #DA705D
Complementary color
Monochromatic Colors of #DA705D
Black with #DA705D
Text Example
Text Example
White with #DA705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA705D; }
p { color: rgb(218,112,93); }
H1.HeaderClassName
{
color: #DA705D;
}
.AnyTagClassName
{
color: #DA705D;
}
</style>
background-color css
<style>
a { background-color: #DA705D; }
a { background-color: rgb(218,112,93); }
div.DivClassName
{
background-color: #DA705D;
}
.BgClassName
{
background-color: #DA705D;
}
</style>
border-color css
<style>
span { border-color: #DA705D; }
span { border-color: rgb(218,112,93); }
td.TdClassName
{
border-color: #DA705D;
}
.TagClassName
{
border-color: #DA705D;
}
</style>