Shades of Terra Cotta #DA7659
Tints of Terra Cotta #DA7659
RGB
CMYK
RGB Variations
Color information
#DA7659 (or 0xDA7659) is known color: Terra Cotta. HEX triplet: DA, 76 and 59. RGB value is (218,118,89). Sum of RGB (Red+Green+Blue) = 218+118+89=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7659 is #2589A6. Grayscale: #909090. Windows color (decimal): -2460071 or 5863130. OLE color: 5863130.
HSL color Cylindrical-coordinate representation of color #DA7659: hue angle of 13.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7659 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 89 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.15 |
| HSL | 13.49º | 0.64% | 0.6% | - |
| HSV(B) | 13.49º | 0.59% | 0.85% | - |
| XYZ | 37.2 | 28.58 | 13.01 | - |
| YUV | 144.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 89 | 0 | 0.46 | 0.59 | 0.15 | 13.49 | 0.64 | 0.6 |
| Hex | DA | 76 | 59 | 0 | 2E | 3B | F | D | 40 | 3C |
| Octal | 332 | 166 | 131 | 0 | 56 | 73 | 17 | 15 | 100 | 74 |
| Binary | 11011010 | 1110110 | 1011001 | 0 | 101110 | 111011 | 1111 | 1101 | 1000000 | 111100 |
Color Harmonies of #DA7659
Complementary color
Monochromatic Colors of #DA7659
Black with #DA7659
Text Example
Text Example
White with #DA7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7659; }
p { color: rgb(218,118,89); }
H1.HeaderClassName
{
color: #DA7659;
}
.AnyTagClassName
{
color: #DA7659;
}
</style>
background-color css
<style>
a { background-color: #DA7659; }
a { background-color: rgb(218,118,89); }
div.DivClassName
{
background-color: #DA7659;
}
.BgClassName
{
background-color: #DA7659;
}
</style>
border-color css
<style>
span { border-color: #DA7659; }
span { border-color: rgb(218,118,89); }
td.TdClassName
{
border-color: #DA7659;
}
.TagClassName
{
border-color: #DA7659;
}
</style>