Shades of Terra Cotta #DB7864
Tints of Terra Cotta #DB7864
RGB
CMYK
RGB Variations
Color information
#DB7864 (or 0xDB7864) is known color: Terra Cotta. HEX triplet: DB, 78 and 64. RGB value is (219,120,100). Sum of RGB (Red+Green+Blue) = 219+120+100=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7864 is #24879B. Grayscale: #939393. Windows color (decimal): -2394012 or 6584539. OLE color: 6584539.
HSL color Cylindrical-coordinate representation of color #DB7864: hue angle of 10.08º 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 #DB7864 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 100 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.14 |
| HSL | 10.08º | 0.62% | 0.63% | - |
| HSV(B) | 10.08º | 0.54% | 0.86% | - |
| XYZ | 38.23 | 29.41 | 15.72 | - |
| YUV | 147.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 100 | 0 | 0.45 | 0.54 | 0.14 | 10.08 | 0.62 | 0.63 |
| Hex | DB | 78 | 64 | 0 | 2D | 36 | E | A | 3E | 3F |
| Octal | 333 | 170 | 144 | 0 | 55 | 66 | 16 | 12 | 76 | 77 |
| Binary | 11011011 | 1111000 | 1100100 | 0 | 101101 | 110110 | 1110 | 1010 | 111110 | 111111 |
Color Harmonies of #DB7864
Complementary color
Monochromatic Colors of #DB7864
Black with #DB7864
Text Example
Text Example
White with #DB7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7864; }
p { color: rgb(219,120,100); }
H1.HeaderClassName
{
color: #DB7864;
}
.AnyTagClassName
{
color: #DB7864;
}
</style>
background-color css
<style>
a { background-color: #DB7864; }
a { background-color: rgb(219,120,100); }
div.DivClassName
{
background-color: #DB7864;
}
.BgClassName
{
background-color: #DB7864;
}
</style>
border-color css
<style>
span { border-color: #DB7864; }
span { border-color: rgb(219,120,100); }
td.TdClassName
{
border-color: #DB7864;
}
.TagClassName
{
border-color: #DB7864;
}
</style>