Shades of Terra Cotta #DA7656
Tints of Terra Cotta #DA7656
RGB
CMYK
RGB Variations
Color information
#DA7656 (or 0xDA7656) is known color: Terra Cotta. HEX triplet: DA, 76 and 56. RGB value is (218,118,86). Sum of RGB (Red+Green+Blue) = 218+118+86=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7656 is #2589A9. Grayscale: #909090. Windows color (decimal): -2460074 or 5666522. OLE color: 5666522.
HSL color Cylindrical-coordinate representation of color #DA7656: hue angle of 14.55º 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 #DA7656 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 86 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.15 |
| HSL | 14.55º | 0.64% | 0.6% | - |
| HSV(B) | 14.55º | 0.61% | 0.85% | - |
| XYZ | 37.07 | 28.53 | 12.36 | - |
| YUV | 144.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 86 | 0 | 0.46 | 0.61 | 0.15 | 14.55 | 0.64 | 0.6 |
| Hex | DA | 76 | 56 | 0 | 2E | 3D | F | F | 40 | 3C |
| Octal | 332 | 166 | 126 | 0 | 56 | 75 | 17 | 17 | 100 | 74 |
| Binary | 11011010 | 1110110 | 1010110 | 0 | 101110 | 111101 | 1111 | 1111 | 1000000 | 111100 |
Color Harmonies of #DA7656
Complementary color
Monochromatic Colors of #DA7656
Black with #DA7656
Text Example
Text Example
White with #DA7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7656; }
p { color: rgb(218,118,86); }
H1.HeaderClassName
{
color: #DA7656;
}
.AnyTagClassName
{
color: #DA7656;
}
</style>
background-color css
<style>
a { background-color: #DA7656; }
a { background-color: rgb(218,118,86); }
div.DivClassName
{
background-color: #DA7656;
}
.BgClassName
{
background-color: #DA7656;
}
</style>
border-color css
<style>
span { border-color: #DA7656; }
span { border-color: rgb(218,118,86); }
td.TdClassName
{
border-color: #DA7656;
}
.TagClassName
{
border-color: #DA7656;
}
</style>