Shades of Terra Cotta #DB7053
Tints of Terra Cotta #DB7053
RGB
CMYK
RGB Variations
Color information
#DB7053 (or 0xDB7053) is known color: Terra Cotta. HEX triplet: DB, 70 and 53. RGB value is (219,112,83). Sum of RGB (Red+Green+Blue) = 219+112+83=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7053 is #248FAC. Grayscale: #8C8C8C. Windows color (decimal): -2396077 or 5468379. OLE color: 5468379.
HSL color Cylindrical-coordinate representation of color #DB7053: hue angle of 12.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7053 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 83 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.14 |
| HSL | 12.79º | 0.65% | 0.59% | - |
| HSV(B) | 12.79º | 0.62% | 0.86% | - |
| XYZ | 36.57 | 27.27 | 11.52 | - |
| YUV | 140.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 83 | 0 | 0.49 | 0.62 | 0.14 | 12.79 | 0.65 | 0.59 |
| Hex | DB | 70 | 53 | 0 | 31 | 3E | E | D | 41 | 3B |
| Octal | 333 | 160 | 123 | 0 | 61 | 76 | 16 | 15 | 101 | 73 |
| Binary | 11011011 | 1110000 | 1010011 | 0 | 110001 | 111110 | 1110 | 1101 | 1000001 | 111011 |
Color Harmonies of #DB7053
Complementary color
Monochromatic Colors of #DB7053
Black with #DB7053
Text Example
Text Example
White with #DB7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7053; }
p { color: rgb(219,112,83); }
H1.HeaderClassName
{
color: #DB7053;
}
.AnyTagClassName
{
color: #DB7053;
}
</style>
background-color css
<style>
a { background-color: #DB7053; }
a { background-color: rgb(219,112,83); }
div.DivClassName
{
background-color: #DB7053;
}
.BgClassName
{
background-color: #DB7053;
}
</style>
border-color css
<style>
span { border-color: #DB7053; }
span { border-color: rgb(219,112,83); }
td.TdClassName
{
border-color: #DB7053;
}
.TagClassName
{
border-color: #DB7053;
}
</style>