Shades of Terra Cotta #DA735C
Tints of Terra Cotta #DA735C
RGB
CMYK
RGB Variations
Color information
#DA735C (or 0xDA735C) is known color: Terra Cotta. HEX triplet: DA, 73 and 5C. RGB value is (218,115,92). Sum of RGB (Red+Green+Blue) = 218+115+92=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA735C is #258CA3. Grayscale: #8F8F8F. Windows color (decimal): -2460836 or 6058970. OLE color: 6058970.
HSL color Cylindrical-coordinate representation of color #DA735C: hue angle of 10.95º 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 #DA735C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.15 |
| HSL | 10.95º | 0.63% | 0.61% | - |
| HSV(B) | 10.95º | 0.58% | 0.85% | - |
| XYZ | 36.98 | 27.94 | 13.57 | - |
| YUV | 143.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 92 | 0 | 0.47 | 0.58 | 0.15 | 10.95 | 0.63 | 0.61 |
| Hex | DA | 73 | 5C | 0 | 2F | 3A | F | B | 3F | 3D |
| Octal | 332 | 163 | 134 | 0 | 57 | 72 | 17 | 13 | 77 | 75 |
| Binary | 11011010 | 1110011 | 1011100 | 0 | 101111 | 111010 | 1111 | 1011 | 111111 | 111101 |
Color Harmonies of #DA735C
Complementary color
Monochromatic Colors of #DA735C
Black with #DA735C
Text Example
Text Example
White with #DA735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA735C; }
p { color: rgb(218,115,92); }
H1.HeaderClassName
{
color: #DA735C;
}
.AnyTagClassName
{
color: #DA735C;
}
</style>
background-color css
<style>
a { background-color: #DA735C; }
a { background-color: rgb(218,115,92); }
div.DivClassName
{
background-color: #DA735C;
}
.BgClassName
{
background-color: #DA735C;
}
</style>
border-color css
<style>
span { border-color: #DA735C; }
span { border-color: rgb(218,115,92); }
td.TdClassName
{
border-color: #DA735C;
}
.TagClassName
{
border-color: #DA735C;
}
</style>