Shades of Terra Cotta #DA7857
Tints of Terra Cotta #DA7857
RGB
CMYK
RGB Variations
Color information
#DA7857 (or 0xDA7857) is known color: Terra Cotta. HEX triplet: DA, 78 and 57. RGB value is (218,120,87). Sum of RGB (Red+Green+Blue) = 218+120+87=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7857 is #2587A8. Grayscale: #919191. Windows color (decimal): -2459561 or 5732570. OLE color: 5732570.
HSL color Cylindrical-coordinate representation of color #DA7857: hue angle of 15.11º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7857 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 87 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.15 |
| HSL | 15.11º | 0.64% | 0.6% | - |
| HSV(B) | 15.11º | 0.6% | 0.85% | - |
| XYZ | 37.35 | 29.03 | 12.65 | - |
| YUV | 145.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 87 | 0 | 0.45 | 0.60 | 0.15 | 15.11 | 0.64 | 0.6 |
| Hex | DA | 78 | 57 | 0 | 2D | 3C | F | F | 40 | 3C |
| Octal | 332 | 170 | 127 | 0 | 55 | 74 | 17 | 17 | 100 | 74 |
| Binary | 11011010 | 1111000 | 1010111 | 0 | 101101 | 111100 | 1111 | 1111 | 1000000 | 111100 |
Color Harmonies of #DA7857
Complementary color
Monochromatic Colors of #DA7857
Black with #DA7857
Text Example
Text Example
White with #DA7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7857; }
p { color: rgb(218,120,87); }
H1.HeaderClassName
{
color: #DA7857;
}
.AnyTagClassName
{
color: #DA7857;
}
</style>
background-color css
<style>
a { background-color: #DA7857; }
a { background-color: rgb(218,120,87); }
div.DivClassName
{
background-color: #DA7857;
}
.BgClassName
{
background-color: #DA7857;
}
</style>
border-color css
<style>
span { border-color: #DA7857; }
span { border-color: rgb(218,120,87); }
td.TdClassName
{
border-color: #DA7857;
}
.TagClassName
{
border-color: #DA7857;
}
</style>