Shades of Terra Cotta #DB795F
Tints of Terra Cotta #DB795F
RGB
CMYK
RGB Variations
Color information
#DB795F (or 0xDB795F) is known color: Terra Cotta. HEX triplet: DB, 79 and 5F. RGB value is (219,121,95). Sum of RGB (Red+Green+Blue) = 219+121+95=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB795F is #2486A0. Grayscale: #939393. Windows color (decimal): -2393761 or 6257115. OLE color: 6257115.
HSL color Cylindrical-coordinate representation of color #DB795F: hue angle of 12.58º 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 #DB795F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 95 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.14 |
| HSL | 12.58º | 0.63% | 0.62% | - |
| HSV(B) | 12.58º | 0.57% | 0.86% | - |
| XYZ | 38.12 | 29.56 | 14.52 | - |
| YUV | 147.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 95 | 0 | 0.45 | 0.57 | 0.14 | 12.58 | 0.63 | 0.62 |
| Hex | DB | 79 | 5F | 0 | 2D | 39 | E | D | 3F | 3E |
| Octal | 333 | 171 | 137 | 0 | 55 | 71 | 16 | 15 | 77 | 76 |
| Binary | 11011011 | 1111001 | 1011111 | 0 | 101101 | 111001 | 1110 | 1101 | 111111 | 111110 |
Color Harmonies of #DB795F
Complementary color
Monochromatic Colors of #DB795F
Black with #DB795F
Text Example
Text Example
White with #DB795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB795F; }
p { color: rgb(219,121,95); }
H1.HeaderClassName
{
color: #DB795F;
}
.AnyTagClassName
{
color: #DB795F;
}
</style>
background-color css
<style>
a { background-color: #DB795F; }
a { background-color: rgb(219,121,95); }
div.DivClassName
{
background-color: #DB795F;
}
.BgClassName
{
background-color: #DB795F;
}
</style>
border-color css
<style>
span { border-color: #DB795F; }
span { border-color: rgb(219,121,95); }
td.TdClassName
{
border-color: #DB795F;
}
.TagClassName
{
border-color: #DB795F;
}
</style>