Shades of Terra Cotta #DB7961
Tints of Terra Cotta #DB7961
RGB
CMYK
RGB Variations
Color information
#DB7961 (or 0xDB7961) is known color: Terra Cotta. HEX triplet: DB, 79 and 61. RGB value is (219,121,97). Sum of RGB (Red+Green+Blue) = 219+121+97=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7961 is #24869E. Grayscale: #939393. Windows color (decimal): -2393759 or 6388187. OLE color: 6388187.
HSL color Cylindrical-coordinate representation of color #DB7961: hue angle of 11.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7961 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 97 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.14 |
| HSL | 11.8º | 0.63% | 0.62% | - |
| HSV(B) | 11.8º | 0.56% | 0.86% | - |
| XYZ | 38.21 | 29.6 | 15.01 | - |
| YUV | 147.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 97 | 0 | 0.45 | 0.56 | 0.14 | 11.8 | 0.63 | 0.62 |
| Hex | DB | 79 | 61 | 0 | 2D | 38 | E | C | 3F | 3E |
| Octal | 333 | 171 | 141 | 0 | 55 | 70 | 16 | 14 | 77 | 76 |
| Binary | 11011011 | 1111001 | 1100001 | 0 | 101101 | 111000 | 1110 | 1100 | 111111 | 111110 |
Color Harmonies of #DB7961
Complementary color
Monochromatic Colors of #DB7961
Black with #DB7961
Text Example
Text Example
White with #DB7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7961; }
p { color: rgb(219,121,97); }
H1.HeaderClassName
{
color: #DB7961;
}
.AnyTagClassName
{
color: #DB7961;
}
</style>
background-color css
<style>
a { background-color: #DB7961; }
a { background-color: rgb(219,121,97); }
div.DivClassName
{
background-color: #DB7961;
}
.BgClassName
{
background-color: #DB7961;
}
</style>
border-color css
<style>
span { border-color: #DB7961; }
span { border-color: rgb(219,121,97); }
td.TdClassName
{
border-color: #DB7961;
}
.TagClassName
{
border-color: #DB7961;
}
</style>