Shades of Terra Cotta #DA7863
Tints of Terra Cotta #DA7863
RGB
CMYK
RGB Variations
Color information
#DA7863 (or 0xDA7863) is known color: Terra Cotta. HEX triplet: DA, 78 and 63. RGB value is (218,120,99). Sum of RGB (Red+Green+Blue) = 218+120+99=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7863 is #25879C. Grayscale: #939393. Windows color (decimal): -2459549 or 6519002. OLE color: 6519002.
HSL color Cylindrical-coordinate representation of color #DA7863: hue angle of 10.59º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA7863 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 99 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.15 |
| HSL | 10.59º | 0.62% | 0.62% | - |
| HSV(B) | 10.59º | 0.55% | 0.85% | - |
| XYZ | 37.88 | 29.24 | 15.45 | - |
| YUV | 146.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 99 | 0 | 0.45 | 0.55 | 0.15 | 10.59 | 0.62 | 0.62 |
| Hex | DA | 78 | 63 | 0 | 2D | 37 | F | B | 3E | 3E |
| Octal | 332 | 170 | 143 | 0 | 55 | 67 | 17 | 13 | 76 | 76 |
| Binary | 11011010 | 1111000 | 1100011 | 0 | 101101 | 110111 | 1111 | 1011 | 111110 | 111110 |
Color Harmonies of #DA7863
Complementary color
Monochromatic Colors of #DA7863
Black with #DA7863
Text Example
Text Example
White with #DA7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7863; }
p { color: rgb(218,120,99); }
H1.HeaderClassName
{
color: #DA7863;
}
.AnyTagClassName
{
color: #DA7863;
}
</style>
background-color css
<style>
a { background-color: #DA7863; }
a { background-color: rgb(218,120,99); }
div.DivClassName
{
background-color: #DA7863;
}
.BgClassName
{
background-color: #DA7863;
}
</style>
border-color css
<style>
span { border-color: #DA7863; }
span { border-color: rgb(218,120,99); }
td.TdClassName
{
border-color: #DA7863;
}
.TagClassName
{
border-color: #DA7863;
}
</style>