Shades of Terra Cotta #DB7268
Tints of Terra Cotta #DB7268
RGB
CMYK
RGB Variations
Color information
#DB7268 (or 0xDB7268) is known color: Terra Cotta. HEX triplet: DB, 72 and 68. RGB value is (219,114,104). Sum of RGB (Red+Green+Blue) = 219+114+104=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7268 is #248D97. Grayscale: #909090. Windows color (decimal): -2395544 or 6845147. OLE color: 6845147.
HSL color Cylindrical-coordinate representation of color #DB7268: hue angle of 5.22º 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 #DB7268 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 104 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.14 |
| HSL | 5.22º | 0.61% | 0.63% | - |
| HSV(B) | 5.22º | 0.53% | 0.86% | - |
| XYZ | 37.73 | 28.09 | 16.53 | - |
| YUV | 144.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 104 | 0 | 0.48 | 0.53 | 0.14 | 5.22 | 0.61 | 0.63 |
| Hex | DB | 72 | 68 | 0 | 30 | 35 | E | 5 | 3D | 3F |
| Octal | 333 | 162 | 150 | 0 | 60 | 65 | 16 | 5 | 75 | 77 |
| Binary | 11011011 | 1110010 | 1101000 | 0 | 110000 | 110101 | 1110 | 101 | 111101 | 111111 |
Color Harmonies of #DB7268
Complementary color
Monochromatic Colors of #DB7268
Black with #DB7268
Text Example
Text Example
White with #DB7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7268; }
p { color: rgb(219,114,104); }
H1.HeaderClassName
{
color: #DB7268;
}
.AnyTagClassName
{
color: #DB7268;
}
</style>
background-color css
<style>
a { background-color: #DB7268; }
a { background-color: rgb(219,114,104); }
div.DivClassName
{
background-color: #DB7268;
}
.BgClassName
{
background-color: #DB7268;
}
</style>
border-color css
<style>
span { border-color: #DB7268; }
span { border-color: rgb(219,114,104); }
td.TdClassName
{
border-color: #DB7268;
}
.TagClassName
{
border-color: #DB7268;
}
</style>