Shades of Terra Cotta #DA7A5E
Tints of Terra Cotta #DA7A5E
RGB
CMYK
RGB Variations
Color information
#DA7A5E (or 0xDA7A5E) is known color: Terra Cotta. HEX triplet: DA, 7A and 5E. RGB value is (218,122,94). Sum of RGB (Red+Green+Blue) = 218+122+94=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A5E is #2585A1. Grayscale: #939393. Windows color (decimal): -2459042 or 6191834. OLE color: 6191834.
HSL color Cylindrical-coordinate representation of color #DA7A5E: hue angle of 13.55º 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 #DA7A5E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 94 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.15 |
| HSL | 13.55º | 0.63% | 0.61% | - |
| HSV(B) | 13.55º | 0.57% | 0.85% | - |
| XYZ | 37.89 | 29.63 | 14.31 | - |
| YUV | 147.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 94 | 0 | 0.44 | 0.57 | 0.15 | 13.55 | 0.63 | 0.61 |
| Hex | DA | 7A | 5E | 0 | 2C | 39 | F | E | 3F | 3D |
| Octal | 332 | 172 | 136 | 0 | 54 | 71 | 17 | 16 | 77 | 75 |
| Binary | 11011010 | 1111010 | 1011110 | 0 | 101100 | 111001 | 1111 | 1110 | 111111 | 111101 |
Color Harmonies of #DA7A5E
Complementary color
Monochromatic Colors of #DA7A5E
Black with #DA7A5E
Text Example
Text Example
White with #DA7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A5E; }
p { color: rgb(218,122,94); }
H1.HeaderClassName
{
color: #DA7A5E;
}
.AnyTagClassName
{
color: #DA7A5E;
}
</style>
background-color css
<style>
a { background-color: #DA7A5E; }
a { background-color: rgb(218,122,94); }
div.DivClassName
{
background-color: #DA7A5E;
}
.BgClassName
{
background-color: #DA7A5E;
}
</style>
border-color css
<style>
span { border-color: #DA7A5E; }
span { border-color: rgb(218,122,94); }
td.TdClassName
{
border-color: #DA7A5E;
}
.TagClassName
{
border-color: #DA7A5E;
}
</style>