Shades of Terra Cotta #DB7865
Tints of Terra Cotta #DB7865
RGB
CMYK
RGB Variations
Color information
#DB7865 (or 0xDB7865) is known color: Terra Cotta. HEX triplet: DB, 78 and 65. RGB value is (219,120,101). Sum of RGB (Red+Green+Blue) = 219+120+101=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7865 is #24879A. Grayscale: #939393. Windows color (decimal): -2394011 or 6650075. OLE color: 6650075.
HSL color Cylindrical-coordinate representation of color #DB7865: hue angle of 9.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB7865 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 101 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.14 |
| HSL | 9.66º | 0.62% | 0.63% | - |
| HSV(B) | 9.66º | 0.54% | 0.86% | - |
| XYZ | 38.28 | 29.43 | 15.98 | - |
| YUV | 147.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 101 | 0 | 0.45 | 0.54 | 0.14 | 9.66 | 0.62 | 0.63 |
| Hex | DB | 78 | 65 | 0 | 2D | 36 | E | A | 3E | 3F |
| Octal | 333 | 170 | 145 | 0 | 55 | 66 | 16 | 12 | 76 | 77 |
| Binary | 11011011 | 1111000 | 1100101 | 0 | 101101 | 110110 | 1110 | 1010 | 111110 | 111111 |
Color Harmonies of #DB7865
Complementary color
Monochromatic Colors of #DB7865
Black with #DB7865
Text Example
Text Example
White with #DB7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7865; }
p { color: rgb(219,120,101); }
H1.HeaderClassName
{
color: #DB7865;
}
.AnyTagClassName
{
color: #DB7865;
}
</style>
background-color css
<style>
a { background-color: #DB7865; }
a { background-color: rgb(219,120,101); }
div.DivClassName
{
background-color: #DB7865;
}
.BgClassName
{
background-color: #DB7865;
}
</style>
border-color css
<style>
span { border-color: #DB7865; }
span { border-color: rgb(219,120,101); }
td.TdClassName
{
border-color: #DB7865;
}
.TagClassName
{
border-color: #DB7865;
}
</style>