Shades of Terra Cotta #DB7A5A
Tints of Terra Cotta #DB7A5A
RGB
CMYK
RGB Variations
Color information
#DB7A5A (or 0xDB7A5A) is known color: Terra Cotta. HEX triplet: DB, 7A and 5A. RGB value is (219,122,90). Sum of RGB (Red+Green+Blue) = 219+122+90=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A5A is #2485A5. Grayscale: #939393. Windows color (decimal): -2393510 or 5929691. OLE color: 5929691.
HSL color Cylindrical-coordinate representation of color #DB7A5A: hue angle of 14.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB7A5A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 90 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.14 |
| HSL | 14.88º | 0.64% | 0.61% | - |
| HSV(B) | 14.88º | 0.59% | 0.86% | - |
| XYZ | 38.02 | 29.72 | 13.41 | - |
| YUV | 147.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 90 | 0 | 0.44 | 0.59 | 0.14 | 14.88 | 0.64 | 0.61 |
| Hex | DB | 7A | 5A | 0 | 2C | 3B | E | F | 40 | 3D |
| Octal | 333 | 172 | 132 | 0 | 54 | 73 | 16 | 17 | 100 | 75 |
| Binary | 11011011 | 1111010 | 1011010 | 0 | 101100 | 111011 | 1110 | 1111 | 1000000 | 111101 |
Color Harmonies of #DB7A5A
Complementary color
Monochromatic Colors of #DB7A5A
Black with #DB7A5A
Text Example
Text Example
White with #DB7A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A5A; }
p { color: rgb(219,122,90); }
H1.HeaderClassName
{
color: #DB7A5A;
}
.AnyTagClassName
{
color: #DB7A5A;
}
</style>
background-color css
<style>
a { background-color: #DB7A5A; }
a { background-color: rgb(219,122,90); }
div.DivClassName
{
background-color: #DB7A5A;
}
.BgClassName
{
background-color: #DB7A5A;
}
</style>
border-color css
<style>
span { border-color: #DB7A5A; }
span { border-color: rgb(219,122,90); }
td.TdClassName
{
border-color: #DB7A5A;
}
.TagClassName
{
border-color: #DB7A5A;
}
</style>