Shades of Terra Cotta #DA7455
Tints of Terra Cotta #DA7455
RGB
CMYK
RGB Variations
Color information
#DA7455 (or 0xDA7455) is known color: Terra Cotta. HEX triplet: DA, 74 and 55. RGB value is (218,116,85). Sum of RGB (Red+Green+Blue) = 218+116+85=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7455 is #258BAA. Grayscale: #8F8F8F. Windows color (decimal): -2460587 or 5600474. OLE color: 5600474.
HSL color Cylindrical-coordinate representation of color #DA7455: hue angle of 13.98º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7455 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 85 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.15 |
| HSL | 13.98º | 0.64% | 0.59% | - |
| HSV(B) | 13.98º | 0.61% | 0.85% | - |
| XYZ | 36.8 | 28.05 | 12.07 | - |
| YUV | 142.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 85 | 0 | 0.47 | 0.61 | 0.15 | 13.98 | 0.64 | 0.59 |
| Hex | DA | 74 | 55 | 0 | 2F | 3D | F | E | 40 | 3B |
| Octal | 332 | 164 | 125 | 0 | 57 | 75 | 17 | 16 | 100 | 73 |
| Binary | 11011010 | 1110100 | 1010101 | 0 | 101111 | 111101 | 1111 | 1110 | 1000000 | 111011 |
Color Harmonies of #DA7455
Complementary color
Monochromatic Colors of #DA7455
Black with #DA7455
Text Example
Text Example
White with #DA7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7455; }
p { color: rgb(218,116,85); }
H1.HeaderClassName
{
color: #DA7455;
}
.AnyTagClassName
{
color: #DA7455;
}
</style>
background-color css
<style>
a { background-color: #DA7455; }
a { background-color: rgb(218,116,85); }
div.DivClassName
{
background-color: #DA7455;
}
.BgClassName
{
background-color: #DA7455;
}
</style>
border-color css
<style>
span { border-color: #DA7455; }
span { border-color: rgb(218,116,85); }
td.TdClassName
{
border-color: #DA7455;
}
.TagClassName
{
border-color: #DA7455;
}
</style>