Shades of Terra Cotta #DA7755
Tints of Terra Cotta #DA7755
RGB
CMYK
RGB Variations
Color information
#DA7755 (or 0xDA7755) is known color: Terra Cotta. HEX triplet: DA, 77 and 55. RGB value is (218,119,85). Sum of RGB (Red+Green+Blue) = 218+119+85=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7755 is #2588AA. Grayscale: #909090. Windows color (decimal): -2459819 or 5601242. OLE color: 5601242.
HSL color Cylindrical-coordinate representation of color #DA7755: hue angle of 15.34º 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 #DA7755 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 85 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.15 |
| HSL | 15.34º | 0.64% | 0.59% | - |
| HSV(B) | 15.34º | 0.61% | 0.85% | - |
| XYZ | 37.15 | 28.75 | 12.19 | - |
| YUV | 144.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 85 | 0 | 0.45 | 0.61 | 0.15 | 15.34 | 0.64 | 0.59 |
| Hex | DA | 77 | 55 | 0 | 2D | 3D | F | F | 40 | 3B |
| Octal | 332 | 167 | 125 | 0 | 55 | 75 | 17 | 17 | 100 | 73 |
| Binary | 11011010 | 1110111 | 1010101 | 0 | 101101 | 111101 | 1111 | 1111 | 1000000 | 111011 |
Color Harmonies of #DA7755
Complementary color
Monochromatic Colors of #DA7755
Black with #DA7755
Text Example
Text Example
White with #DA7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7755; }
p { color: rgb(218,119,85); }
H1.HeaderClassName
{
color: #DA7755;
}
.AnyTagClassName
{
color: #DA7755;
}
</style>
background-color css
<style>
a { background-color: #DA7755; }
a { background-color: rgb(218,119,85); }
div.DivClassName
{
background-color: #DA7755;
}
.BgClassName
{
background-color: #DA7755;
}
</style>
border-color css
<style>
span { border-color: #DA7755; }
span { border-color: rgb(218,119,85); }
td.TdClassName
{
border-color: #DA7755;
}
.TagClassName
{
border-color: #DA7755;
}
</style>