Shades of Terra Cotta #DB7568
Tints of Terra Cotta #DB7568
RGB
CMYK
RGB Variations
Color information
#DB7568 (or 0xDB7568) is known color: Terra Cotta. HEX triplet: DB, 75 and 68. RGB value is (219,117,104). Sum of RGB (Red+Green+Blue) = 219+117+104=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7568 is #248A97. Grayscale: #929292. Windows color (decimal): -2394776 or 6845915. OLE color: 6845915.
HSL color Cylindrical-coordinate representation of color #DB7568: hue angle of 6.78º degrees, saturation: 0.61, 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 #DB7568 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 104 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.14 |
| HSL | 6.78º | 0.61% | 0.63% | - |
| HSV(B) | 6.78º | 0.53% | 0.86% | - |
| XYZ | 38.07 | 28.78 | 16.65 | - |
| YUV | 146.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 104 | 0 | 0.47 | 0.53 | 0.14 | 6.78 | 0.61 | 0.63 |
| Hex | DB | 75 | 68 | 0 | 2F | 35 | E | 7 | 3D | 3F |
| Octal | 333 | 165 | 150 | 0 | 57 | 65 | 16 | 7 | 75 | 77 |
| Binary | 11011011 | 1110101 | 1101000 | 0 | 101111 | 110101 | 1110 | 111 | 111101 | 111111 |
Color Harmonies of #DB7568
Complementary color
Monochromatic Colors of #DB7568
Black with #DB7568
Text Example
Text Example
White with #DB7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7568; }
p { color: rgb(219,117,104); }
H1.HeaderClassName
{
color: #DB7568;
}
.AnyTagClassName
{
color: #DB7568;
}
</style>
background-color css
<style>
a { background-color: #DB7568; }
a { background-color: rgb(219,117,104); }
div.DivClassName
{
background-color: #DB7568;
}
.BgClassName
{
background-color: #DB7568;
}
</style>
border-color css
<style>
span { border-color: #DB7568; }
span { border-color: rgb(219,117,104); }
td.TdClassName
{
border-color: #DB7568;
}
.TagClassName
{
border-color: #DB7568;
}
</style>