Shades of Terra Cotta #DB7A64
Tints of Terra Cotta #DB7A64
RGB
CMYK
RGB Variations
Color information
#DB7A64 (or 0xDB7A64) is known color: Terra Cotta. HEX triplet: DB, 7A and 64. RGB value is (219,122,100). Sum of RGB (Red+Green+Blue) = 219+122+100=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A64 is #24859B. Grayscale: #949494. Windows color (decimal): -2393500 or 6585051. OLE color: 6585051.
HSL color Cylindrical-coordinate representation of color #DB7A64: hue angle of 11.09º 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 #DB7A64 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 100 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.14 |
| HSL | 11.09º | 0.62% | 0.63% | - |
| HSV(B) | 11.09º | 0.54% | 0.86% | - |
| XYZ | 38.47 | 29.9 | 15.8 | - |
| YUV | 148.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 100 | 0 | 0.44 | 0.54 | 0.14 | 11.09 | 0.62 | 0.63 |
| Hex | DB | 7A | 64 | 0 | 2C | 36 | E | B | 3E | 3F |
| Octal | 333 | 172 | 144 | 0 | 54 | 66 | 16 | 13 | 76 | 77 |
| Binary | 11011011 | 1111010 | 1100100 | 0 | 101100 | 110110 | 1110 | 1011 | 111110 | 111111 |
Color Harmonies of #DB7A64
Complementary color
Monochromatic Colors of #DB7A64
Black with #DB7A64
Text Example
Text Example
White with #DB7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A64; }
p { color: rgb(219,122,100); }
H1.HeaderClassName
{
color: #DB7A64;
}
.AnyTagClassName
{
color: #DB7A64;
}
</style>
background-color css
<style>
a { background-color: #DB7A64; }
a { background-color: rgb(219,122,100); }
div.DivClassName
{
background-color: #DB7A64;
}
.BgClassName
{
background-color: #DB7A64;
}
</style>
border-color css
<style>
span { border-color: #DB7A64; }
span { border-color: rgb(219,122,100); }
td.TdClassName
{
border-color: #DB7A64;
}
.TagClassName
{
border-color: #DB7A64;
}
</style>