Shades of Terra Cotta #DB6E64
Tints of Terra Cotta #DB6E64
RGB
CMYK
RGB Variations
Color information
#DB6E64 (or 0xDB6E64) is known color: Terra Cotta. HEX triplet: DB, 6E and 64. RGB value is (219,110,100). Sum of RGB (Red+Green+Blue) = 219+110+100=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E64 is #24919B. Grayscale: #8D8D8D. Windows color (decimal): -2396572 or 6581979. OLE color: 6581979.
HSL color Cylindrical-coordinate representation of color #DB6E64: hue angle of 5.04º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6E64 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 100 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.14 |
| HSL | 5.04º | 0.62% | 0.63% | - |
| HSV(B) | 5.04º | 0.54% | 0.86% | - |
| XYZ | 37.09 | 27.13 | 15.34 | - |
| YUV | 141.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 100 | 0 | 0.50 | 0.54 | 0.14 | 5.04 | 0.62 | 0.63 |
| Hex | DB | 6E | 64 | 0 | 32 | 36 | E | 5 | 3E | 3F |
| Octal | 333 | 156 | 144 | 0 | 62 | 66 | 16 | 5 | 76 | 77 |
| Binary | 11011011 | 1101110 | 1100100 | 0 | 110010 | 110110 | 1110 | 101 | 111110 | 111111 |
Color Harmonies of #DB6E64
Complementary color
Monochromatic Colors of #DB6E64
Black with #DB6E64
Text Example
Text Example
White with #DB6E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E64; }
p { color: rgb(219,110,100); }
H1.HeaderClassName
{
color: #DB6E64;
}
.AnyTagClassName
{
color: #DB6E64;
}
</style>
background-color css
<style>
a { background-color: #DB6E64; }
a { background-color: rgb(219,110,100); }
div.DivClassName
{
background-color: #DB6E64;
}
.BgClassName
{
background-color: #DB6E64;
}
</style>
border-color css
<style>
span { border-color: #DB6E64; }
span { border-color: rgb(219,110,100); }
td.TdClassName
{
border-color: #DB6E64;
}
.TagClassName
{
border-color: #DB6E64;
}
</style>