Shades of Terra Cotta #DA745E
Tints of Terra Cotta #DA745E
RGB
CMYK
RGB Variations
Color information
#DA745E (or 0xDA745E) is known color: Terra Cotta. HEX triplet: DA, 74 and 5E. RGB value is (218,116,94). Sum of RGB (Red+Green+Blue) = 218+116+94=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA745E is #258BA1. Grayscale: #909090. Windows color (decimal): -2460578 or 6190298. OLE color: 6190298.
HSL color Cylindrical-coordinate representation of color #DA745E: hue angle of 10.65º 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 #DA745E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 94 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.15 |
| HSL | 10.65º | 0.63% | 0.61% | - |
| HSV(B) | 10.65º | 0.57% | 0.85% | - |
| XYZ | 37.18 | 28.2 | 14.07 | - |
| YUV | 143.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 94 | 0 | 0.47 | 0.57 | 0.15 | 10.65 | 0.63 | 0.61 |
| Hex | DA | 74 | 5E | 0 | 2F | 39 | F | B | 3F | 3D |
| Octal | 332 | 164 | 136 | 0 | 57 | 71 | 17 | 13 | 77 | 75 |
| Binary | 11011010 | 1110100 | 1011110 | 0 | 101111 | 111001 | 1111 | 1011 | 111111 | 111101 |
Color Harmonies of #DA745E
Complementary color
Monochromatic Colors of #DA745E
Black with #DA745E
Text Example
Text Example
White with #DA745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA745E; }
p { color: rgb(218,116,94); }
H1.HeaderClassName
{
color: #DA745E;
}
.AnyTagClassName
{
color: #DA745E;
}
</style>
background-color css
<style>
a { background-color: #DA745E; }
a { background-color: rgb(218,116,94); }
div.DivClassName
{
background-color: #DA745E;
}
.BgClassName
{
background-color: #DA745E;
}
</style>
border-color css
<style>
span { border-color: #DA745E; }
span { border-color: rgb(218,116,94); }
td.TdClassName
{
border-color: #DA745E;
}
.TagClassName
{
border-color: #DA745E;
}
</style>