Shades of Terra Cotta #DA7958
Tints of Terra Cotta #DA7958
RGB
CMYK
RGB Variations
Color information
#DA7958 (or 0xDA7958) is known color: Terra Cotta. HEX triplet: DA, 79 and 58. RGB value is (218,121,88). Sum of RGB (Red+Green+Blue) = 218+121+88=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7958 is #2586A7. Grayscale: #929292. Windows color (decimal): -2459304 or 5798362. OLE color: 5798362.
HSL color Cylindrical-coordinate representation of color #DA7958: hue angle of 15.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7958 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 88 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.15 |
| HSL | 15.23º | 0.64% | 0.6% | - |
| HSV(B) | 15.23º | 0.6% | 0.85% | - |
| XYZ | 37.51 | 29.28 | 12.91 | - |
| YUV | 146.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 88 | 0 | 0.44 | 0.60 | 0.15 | 15.23 | 0.64 | 0.6 |
| Hex | DA | 79 | 58 | 0 | 2C | 3C | F | F | 40 | 3C |
| Octal | 332 | 171 | 130 | 0 | 54 | 74 | 17 | 17 | 100 | 74 |
| Binary | 11011010 | 1111001 | 1011000 | 0 | 101100 | 111100 | 1111 | 1111 | 1000000 | 111100 |
Color Harmonies of #DA7958
Complementary color
Monochromatic Colors of #DA7958
Black with #DA7958
Text Example
Text Example
White with #DA7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7958; }
p { color: rgb(218,121,88); }
H1.HeaderClassName
{
color: #DA7958;
}
.AnyTagClassName
{
color: #DA7958;
}
</style>
background-color css
<style>
a { background-color: #DA7958; }
a { background-color: rgb(218,121,88); }
div.DivClassName
{
background-color: #DA7958;
}
.BgClassName
{
background-color: #DA7958;
}
</style>
border-color css
<style>
span { border-color: #DA7958; }
span { border-color: rgb(218,121,88); }
td.TdClassName
{
border-color: #DA7958;
}
.TagClassName
{
border-color: #DA7958;
}
</style>