Shades of Terra Cotta #DB7169
Tints of Terra Cotta #DB7169
RGB
CMYK
RGB Variations
Color information
#DB7169 (or 0xDB7169) is known color: Terra Cotta. HEX triplet: DB, 71 and 69. RGB value is (219,113,105). Sum of RGB (Red+Green+Blue) = 219+113+105=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7169 is #248E96. Grayscale: #8F8F8F. Windows color (decimal): -2395799 or 6910427. OLE color: 6910427.
HSL color Cylindrical-coordinate representation of color #DB7169: hue angle of 4.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7169 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 105 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 4.21º | 0.61% | 0.64% | - |
| HSV(B) | 4.21º | 0.52% | 0.86% | - |
| XYZ | 37.67 | 27.89 | 16.76 | - |
| YUV | 143.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 105 | 0 | 0.48 | 0.52 | 0.14 | 4.21 | 0.61 | 0.64 |
| Hex | DB | 71 | 69 | 0 | 30 | 34 | E | 4 | 3D | 40 |
| Octal | 333 | 161 | 151 | 0 | 60 | 64 | 16 | 4 | 75 | 100 |
| Binary | 11011011 | 1110001 | 1101001 | 0 | 110000 | 110100 | 1110 | 100 | 111101 | 1000000 |
Color Harmonies of #DB7169
Complementary color
Monochromatic Colors of #DB7169
Black with #DB7169
Text Example
Text Example
White with #DB7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7169; }
p { color: rgb(219,113,105); }
H1.HeaderClassName
{
color: #DB7169;
}
.AnyTagClassName
{
color: #DB7169;
}
</style>
background-color css
<style>
a { background-color: #DB7169; }
a { background-color: rgb(219,113,105); }
div.DivClassName
{
background-color: #DB7169;
}
.BgClassName
{
background-color: #DB7169;
}
</style>
border-color css
<style>
span { border-color: #DB7169; }
span { border-color: rgb(219,113,105); }
td.TdClassName
{
border-color: #DB7169;
}
.TagClassName
{
border-color: #DB7169;
}
</style>