Shades of Terra Cotta #DA745C
Tints of Terra Cotta #DA745C
RGB
CMYK
RGB Variations
Color information
#DA745C (or 0xDA745C) is known color: Terra Cotta. HEX triplet: DA, 74 and 5C. RGB value is (218,116,92). Sum of RGB (Red+Green+Blue) = 218+116+92=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA745C is #258BA3. Grayscale: #8F8F8F. Windows color (decimal): -2460580 or 6059226. OLE color: 6059226.
HSL color Cylindrical-coordinate representation of color #DA745C: hue angle of 11.43º 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 #DA745C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.15 |
| HSL | 11.43º | 0.63% | 0.61% | - |
| HSV(B) | 11.43º | 0.58% | 0.85% | - |
| XYZ | 37.09 | 28.17 | 13.61 | - |
| YUV | 143.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 92 | 0 | 0.47 | 0.58 | 0.15 | 11.43 | 0.63 | 0.61 |
| Hex | DA | 74 | 5C | 0 | 2F | 3A | F | B | 3F | 3D |
| Octal | 332 | 164 | 134 | 0 | 57 | 72 | 17 | 13 | 77 | 75 |
| Binary | 11011010 | 1110100 | 1011100 | 0 | 101111 | 111010 | 1111 | 1011 | 111111 | 111101 |
Color Harmonies of #DA745C
Complementary color
Monochromatic Colors of #DA745C
Black with #DA745C
Text Example
Text Example
White with #DA745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA745C; }
p { color: rgb(218,116,92); }
H1.HeaderClassName
{
color: #DA745C;
}
.AnyTagClassName
{
color: #DA745C;
}
</style>
background-color css
<style>
a { background-color: #DA745C; }
a { background-color: rgb(218,116,92); }
div.DivClassName
{
background-color: #DA745C;
}
.BgClassName
{
background-color: #DA745C;
}
</style>
border-color css
<style>
span { border-color: #DA745C; }
span { border-color: rgb(218,116,92); }
td.TdClassName
{
border-color: #DA745C;
}
.TagClassName
{
border-color: #DA745C;
}
</style>