Shades of Terra Cotta #DA7756
Tints of Terra Cotta #DA7756
RGB
CMYK
RGB Variations
Color information
#DA7756 (or 0xDA7756) is known color: Terra Cotta. HEX triplet: DA, 77 and 56. RGB value is (218,119,86). Sum of RGB (Red+Green+Blue) = 218+119+86=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7756 is #2588A9. Grayscale: #919191. Windows color (decimal): -2459818 or 5666778. OLE color: 5666778.
HSL color Cylindrical-coordinate representation of color #DA7756: hue angle of 15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7756 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 86 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.15 |
| HSL | 15º | 0.64% | 0.6% | - |
| HSV(B) | 15º | 0.61% | 0.85% | - |
| XYZ | 37.19 | 28.77 | 12.4 | - |
| YUV | 144.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 86 | 0 | 0.45 | 0.61 | 0.15 | 15 | 0.64 | 0.6 |
| Hex | DA | 77 | 56 | 0 | 2D | 3D | F | F | 40 | 3C |
| Octal | 332 | 167 | 126 | 0 | 55 | 75 | 17 | 17 | 100 | 74 |
| Binary | 11011010 | 1110111 | 1010110 | 0 | 101101 | 111101 | 1111 | 1111 | 1000000 | 111100 |
Color Harmonies of #DA7756
Complementary color
Monochromatic Colors of #DA7756
Black with #DA7756
Text Example
Text Example
White with #DA7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7756; }
p { color: rgb(218,119,86); }
H1.HeaderClassName
{
color: #DA7756;
}
.AnyTagClassName
{
color: #DA7756;
}
</style>
background-color css
<style>
a { background-color: #DA7756; }
a { background-color: rgb(218,119,86); }
div.DivClassName
{
background-color: #DA7756;
}
.BgClassName
{
background-color: #DA7756;
}
</style>
border-color css
<style>
span { border-color: #DA7756; }
span { border-color: rgb(218,119,86); }
td.TdClassName
{
border-color: #DA7756;
}
.TagClassName
{
border-color: #DA7756;
}
</style>