Shades of Terra Cotta #DB785E
Tints of Terra Cotta #DB785E
RGB
CMYK
RGB Variations
Color information
#DB785E (or 0xDB785E) is known color: Terra Cotta. HEX triplet: DB, 78 and 5E. RGB value is (219,120,94). Sum of RGB (Red+Green+Blue) = 219+120+94=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB785E is #2487A1. Grayscale: #929292. Windows color (decimal): -2394018 or 6191323. OLE color: 6191323.
HSL color Cylindrical-coordinate representation of color #DB785E: hue angle of 12.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB785E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 94 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.14 |
| HSL | 12.48º | 0.63% | 0.61% | - |
| HSV(B) | 12.48º | 0.57% | 0.86% | - |
| XYZ | 37.95 | 29.3 | 14.25 | - |
| YUV | 146.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 94 | 0 | 0.45 | 0.57 | 0.14 | 12.48 | 0.63 | 0.61 |
| Hex | DB | 78 | 5E | 0 | 2D | 39 | E | C | 3F | 3D |
| Octal | 333 | 170 | 136 | 0 | 55 | 71 | 16 | 14 | 77 | 75 |
| Binary | 11011011 | 1111000 | 1011110 | 0 | 101101 | 111001 | 1110 | 1100 | 111111 | 111101 |
Color Harmonies of #DB785E
Complementary color
Monochromatic Colors of #DB785E
Black with #DB785E
Text Example
Text Example
White with #DB785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB785E; }
p { color: rgb(219,120,94); }
H1.HeaderClassName
{
color: #DB785E;
}
.AnyTagClassName
{
color: #DB785E;
}
</style>
background-color css
<style>
a { background-color: #DB785E; }
a { background-color: rgb(219,120,94); }
div.DivClassName
{
background-color: #DB785E;
}
.BgClassName
{
background-color: #DB785E;
}
</style>
border-color css
<style>
span { border-color: #DB785E; }
span { border-color: rgb(219,120,94); }
td.TdClassName
{
border-color: #DB785E;
}
.TagClassName
{
border-color: #DB785E;
}
</style>