Shades of Terra Cotta #DA7862
Tints of Terra Cotta #DA7862
RGB
CMYK
RGB Variations
Color information
#DA7862 (or 0xDA7862) is known color: Terra Cotta. HEX triplet: DA, 78 and 62. RGB value is (218,120,98). Sum of RGB (Red+Green+Blue) = 218+120+98=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7862 is #25879D. Grayscale: #929292. Windows color (decimal): -2459550 or 6453466. OLE color: 6453466.
HSL color Cylindrical-coordinate representation of color #DA7862: hue angle of 11º 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 #DA7862 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 98 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.15 |
| HSL | 11º | 0.62% | 0.62% | - |
| HSV(B) | 11º | 0.55% | 0.85% | - |
| XYZ | 37.83 | 29.22 | 15.2 | - |
| YUV | 146.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 98 | 0 | 0.45 | 0.55 | 0.15 | 11 | 0.62 | 0.62 |
| Hex | DA | 78 | 62 | 0 | 2D | 37 | F | B | 3E | 3E |
| Octal | 332 | 170 | 142 | 0 | 55 | 67 | 17 | 13 | 76 | 76 |
| Binary | 11011010 | 1111000 | 1100010 | 0 | 101101 | 110111 | 1111 | 1011 | 111110 | 111110 |
Color Harmonies of #DA7862
Complementary color
Monochromatic Colors of #DA7862
Black with #DA7862
Text Example
Text Example
White with #DA7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7862; }
p { color: rgb(218,120,98); }
H1.HeaderClassName
{
color: #DA7862;
}
.AnyTagClassName
{
color: #DA7862;
}
</style>
background-color css
<style>
a { background-color: #DA7862; }
a { background-color: rgb(218,120,98); }
div.DivClassName
{
background-color: #DA7862;
}
.BgClassName
{
background-color: #DA7862;
}
</style>
border-color css
<style>
span { border-color: #DA7862; }
span { border-color: rgb(218,120,98); }
td.TdClassName
{
border-color: #DA7862;
}
.TagClassName
{
border-color: #DA7862;
}
</style>