Shades of Terra Cotta #DB7167
Tints of Terra Cotta #DB7167
RGB
CMYK
RGB Variations
Color information
#DB7167 (or 0xDB7167) is known color: Terra Cotta. HEX triplet: DB, 71 and 67. RGB value is (219,113,103). Sum of RGB (Red+Green+Blue) = 219+113+103=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7167 is #248E98. Grayscale: #8F8F8F. Windows color (decimal): -2395801 or 6779355. OLE color: 6779355.
HSL color Cylindrical-coordinate representation of color #DB7167: hue angle of 5.17º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7167 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 103 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.14 |
| HSL | 5.17º | 0.62% | 0.63% | - |
| HSV(B) | 5.17º | 0.53% | 0.86% | - |
| XYZ | 37.57 | 27.85 | 16.23 | - |
| YUV | 143.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 103 | 0 | 0.48 | 0.53 | 0.14 | 5.17 | 0.62 | 0.63 |
| Hex | DB | 71 | 67 | 0 | 30 | 35 | E | 5 | 3E | 3F |
| Octal | 333 | 161 | 147 | 0 | 60 | 65 | 16 | 5 | 76 | 77 |
| Binary | 11011011 | 1110001 | 1100111 | 0 | 110000 | 110101 | 1110 | 101 | 111110 | 111111 |
Color Harmonies of #DB7167
Complementary color
Monochromatic Colors of #DB7167
Black with #DB7167
Text Example
Text Example
White with #DB7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7167; }
p { color: rgb(219,113,103); }
H1.HeaderClassName
{
color: #DB7167;
}
.AnyTagClassName
{
color: #DB7167;
}
</style>
background-color css
<style>
a { background-color: #DB7167; }
a { background-color: rgb(219,113,103); }
div.DivClassName
{
background-color: #DB7167;
}
.BgClassName
{
background-color: #DB7167;
}
</style>
border-color css
<style>
span { border-color: #DB7167; }
span { border-color: rgb(219,113,103); }
td.TdClassName
{
border-color: #DB7167;
}
.TagClassName
{
border-color: #DB7167;
}
</style>