Shades of Terra Cotta #DB785F
Tints of Terra Cotta #DB785F
RGB
CMYK
RGB Variations
Color information
#DB785F (or 0xDB785F) is known color: Terra Cotta. HEX triplet: DB, 78 and 5F. RGB value is (219,120,95). Sum of RGB (Red+Green+Blue) = 219+120+95=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB785F is #2487A0. Grayscale: #929292. Windows color (decimal): -2394017 or 6256859. OLE color: 6256859.
HSL color Cylindrical-coordinate representation of color #DB785F: hue angle of 12.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB785F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 95 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.14 |
| HSL | 12.1º | 0.63% | 0.62% | - |
| HSV(B) | 12.1º | 0.57% | 0.86% | - |
| XYZ | 38 | 29.32 | 14.48 | - |
| YUV | 146.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 95 | 0 | 0.45 | 0.57 | 0.14 | 12.1 | 0.63 | 0.62 |
| Hex | DB | 78 | 5F | 0 | 2D | 39 | E | C | 3F | 3E |
| Octal | 333 | 170 | 137 | 0 | 55 | 71 | 16 | 14 | 77 | 76 |
| Binary | 11011011 | 1111000 | 1011111 | 0 | 101101 | 111001 | 1110 | 1100 | 111111 | 111110 |
Color Harmonies of #DB785F
Complementary color
Monochromatic Colors of #DB785F
Black with #DB785F
Text Example
Text Example
White with #DB785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB785F; }
p { color: rgb(219,120,95); }
H1.HeaderClassName
{
color: #DB785F;
}
.AnyTagClassName
{
color: #DB785F;
}
</style>
background-color css
<style>
a { background-color: #DB785F; }
a { background-color: rgb(219,120,95); }
div.DivClassName
{
background-color: #DB785F;
}
.BgClassName
{
background-color: #DB785F;
}
</style>
border-color css
<style>
span { border-color: #DB785F; }
span { border-color: rgb(219,120,95); }
td.TdClassName
{
border-color: #DB785F;
}
.TagClassName
{
border-color: #DB785F;
}
</style>