Shades of Terra Cotta #DB7853
Tints of Terra Cotta #DB7853
RGB
CMYK
RGB Variations
Color information
#DB7853 (or 0xDB7853) is known color: Terra Cotta. HEX triplet: DB, 78 and 53. RGB value is (219,120,83). Sum of RGB (Red+Green+Blue) = 219+120+83=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7853 is #2487AC. Grayscale: #919191. Windows color (decimal): -2394029 or 5470427. OLE color: 5470427.
HSL color Cylindrical-coordinate representation of color #DB7853: hue angle of 16.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7853 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 83 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.14 |
| HSL | 16.32º | 0.65% | 0.59% | - |
| HSV(B) | 16.32º | 0.62% | 0.86% | - |
| XYZ | 37.49 | 29.12 | 11.83 | - |
| YUV | 145.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 83 | 0 | 0.45 | 0.62 | 0.14 | 16.32 | 0.65 | 0.59 |
| Hex | DB | 78 | 53 | 0 | 2D | 3E | E | 10 | 41 | 3B |
| Octal | 333 | 170 | 123 | 0 | 55 | 76 | 16 | 20 | 101 | 73 |
| Binary | 11011011 | 1111000 | 1010011 | 0 | 101101 | 111110 | 1110 | 10000 | 1000001 | 111011 |
Color Harmonies of #DB7853
Complementary color
Monochromatic Colors of #DB7853
Black with #DB7853
Text Example
Text Example
White with #DB7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7853; }
p { color: rgb(219,120,83); }
H1.HeaderClassName
{
color: #DB7853;
}
.AnyTagClassName
{
color: #DB7853;
}
</style>
background-color css
<style>
a { background-color: #DB7853; }
a { background-color: rgb(219,120,83); }
div.DivClassName
{
background-color: #DB7853;
}
.BgClassName
{
background-color: #DB7853;
}
</style>
border-color css
<style>
span { border-color: #DB7853; }
span { border-color: rgb(219,120,83); }
td.TdClassName
{
border-color: #DB7853;
}
.TagClassName
{
border-color: #DB7853;
}
</style>