Shades of Terra Cotta #DB7860
Tints of Terra Cotta #DB7860
RGB
CMYK
RGB Variations
Color information
#DB7860 (or 0xDB7860) is known color: Terra Cotta. HEX triplet: DB, 78 and 60. RGB value is (219,120,96). Sum of RGB (Red+Green+Blue) = 219+120+96=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7860 is #24879F. Grayscale: #939393. Windows color (decimal): -2394016 or 6322395. OLE color: 6322395.
HSL color Cylindrical-coordinate representation of color #DB7860: hue angle of 11.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7860 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 96 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.14 |
| HSL | 11.71º | 0.63% | 0.62% | - |
| HSV(B) | 11.71º | 0.56% | 0.86% | - |
| XYZ | 38.04 | 29.34 | 14.72 | - |
| YUV | 146.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 96 | 0 | 0.45 | 0.56 | 0.14 | 11.71 | 0.63 | 0.62 |
| Hex | DB | 78 | 60 | 0 | 2D | 38 | E | C | 3F | 3E |
| Octal | 333 | 170 | 140 | 0 | 55 | 70 | 16 | 14 | 77 | 76 |
| Binary | 11011011 | 1111000 | 1100000 | 0 | 101101 | 111000 | 1110 | 1100 | 111111 | 111110 |
Color Harmonies of #DB7860
Complementary color
Monochromatic Colors of #DB7860
Black with #DB7860
Text Example
Text Example
White with #DB7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7860; }
p { color: rgb(219,120,96); }
H1.HeaderClassName
{
color: #DB7860;
}
.AnyTagClassName
{
color: #DB7860;
}
</style>
background-color css
<style>
a { background-color: #DB7860; }
a { background-color: rgb(219,120,96); }
div.DivClassName
{
background-color: #DB7860;
}
.BgClassName
{
background-color: #DB7860;
}
</style>
border-color css
<style>
span { border-color: #DB7860; }
span { border-color: rgb(219,120,96); }
td.TdClassName
{
border-color: #DB7860;
}
.TagClassName
{
border-color: #DB7860;
}
</style>