Shades of Terra Cotta #DA705A
Tints of Terra Cotta #DA705A
RGB
CMYK
RGB Variations
Color information
#DA705A (or 0xDA705A) is known color: Terra Cotta. HEX triplet: DA, 70 and 5A. RGB value is (218,112,90). Sum of RGB (Red+Green+Blue) = 218+112+90=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA705A is #258FA5. Grayscale: #8D8D8D. Windows color (decimal): -2461606 or 5927130. OLE color: 5927130.
HSL color Cylindrical-coordinate representation of color #DA705A: hue angle of 10.31º degrees, saturation: 0.63, 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 #DA705A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 90 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.15 |
| HSL | 10.31º | 0.63% | 0.6% | - |
| HSV(B) | 10.31º | 0.59% | 0.85% | - |
| XYZ | 36.55 | 27.23 | 13 | - |
| YUV | 141.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 90 | 0 | 0.49 | 0.59 | 0.15 | 10.31 | 0.63 | 0.6 |
| Hex | DA | 70 | 5A | 0 | 31 | 3B | F | A | 3F | 3C |
| Octal | 332 | 160 | 132 | 0 | 61 | 73 | 17 | 12 | 77 | 74 |
| Binary | 11011010 | 1110000 | 1011010 | 0 | 110001 | 111011 | 1111 | 1010 | 111111 | 111100 |
Color Harmonies of #DA705A
Complementary color
Monochromatic Colors of #DA705A
Black with #DA705A
Text Example
Text Example
White with #DA705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA705A; }
p { color: rgb(218,112,90); }
H1.HeaderClassName
{
color: #DA705A;
}
.AnyTagClassName
{
color: #DA705A;
}
</style>
background-color css
<style>
a { background-color: #DA705A; }
a { background-color: rgb(218,112,90); }
div.DivClassName
{
background-color: #DA705A;
}
.BgClassName
{
background-color: #DA705A;
}
</style>
border-color css
<style>
span { border-color: #DA705A; }
span { border-color: rgb(218,112,90); }
td.TdClassName
{
border-color: #DA705A;
}
.TagClassName
{
border-color: #DA705A;
}
</style>