Shades of Terra Cotta #DB7868
Tints of Terra Cotta #DB7868
RGB
CMYK
RGB Variations
Color information
#DB7868 (or 0xDB7868) is known color: Terra Cotta. HEX triplet: DB, 78 and 68. RGB value is (219,120,104). Sum of RGB (Red+Green+Blue) = 219+120+104=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7868 is #248797. Grayscale: #939393. Windows color (decimal): -2394008 or 6846683. OLE color: 6846683.
HSL color Cylindrical-coordinate representation of color #DB7868: hue angle of 8.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7868 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 104 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.14 |
| HSL | 8.35º | 0.61% | 0.63% | - |
| HSV(B) | 8.35º | 0.53% | 0.86% | - |
| XYZ | 38.43 | 29.49 | 16.76 | - |
| YUV | 147.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 104 | 0 | 0.45 | 0.53 | 0.14 | 8.35 | 0.61 | 0.63 |
| Hex | DB | 78 | 68 | 0 | 2D | 35 | E | 8 | 3D | 3F |
| Octal | 333 | 170 | 150 | 0 | 55 | 65 | 16 | 10 | 75 | 77 |
| Binary | 11011011 | 1111000 | 1101000 | 0 | 101101 | 110101 | 1110 | 1000 | 111101 | 111111 |
Color Harmonies of #DB7868
Complementary color
Monochromatic Colors of #DB7868
Black with #DB7868
Text Example
Text Example
White with #DB7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7868; }
p { color: rgb(219,120,104); }
H1.HeaderClassName
{
color: #DB7868;
}
.AnyTagClassName
{
color: #DB7868;
}
</style>
background-color css
<style>
a { background-color: #DB7868; }
a { background-color: rgb(219,120,104); }
div.DivClassName
{
background-color: #DB7868;
}
.BgClassName
{
background-color: #DB7868;
}
</style>
border-color css
<style>
span { border-color: #DB7868; }
span { border-color: rgb(219,120,104); }
td.TdClassName
{
border-color: #DB7868;
}
.TagClassName
{
border-color: #DB7868;
}
</style>