Shades of Terra Cotta #DB7052
Tints of Terra Cotta #DB7052
RGB
CMYK
RGB Variations
Color information
#DB7052 (or 0xDB7052) is known color: Terra Cotta. HEX triplet: DB, 70 and 52. RGB value is (219,112,82). Sum of RGB (Red+Green+Blue) = 219+112+82=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7052 is #248FAD. Grayscale: #8C8C8C. Windows color (decimal): -2396078 or 5402843. OLE color: 5402843.
HSL color Cylindrical-coordinate representation of color #DB7052: hue angle of 13.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7052 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 82 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.14 |
| HSL | 13.14º | 0.66% | 0.59% | - |
| HSV(B) | 13.14º | 0.63% | 0.86% | - |
| XYZ | 36.53 | 27.26 | 11.32 | - |
| YUV | 140.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 82 | 0 | 0.49 | 0.63 | 0.14 | 13.14 | 0.66 | 0.59 |
| Hex | DB | 70 | 52 | 0 | 31 | 3F | E | D | 42 | 3B |
| Octal | 333 | 160 | 122 | 0 | 61 | 77 | 16 | 15 | 102 | 73 |
| Binary | 11011011 | 1110000 | 1010010 | 0 | 110001 | 111111 | 1110 | 1101 | 1000010 | 111011 |
Color Harmonies of #DB7052
Complementary color
Monochromatic Colors of #DB7052
Black with #DB7052
Text Example
Text Example
White with #DB7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7052; }
p { color: rgb(219,112,82); }
H1.HeaderClassName
{
color: #DB7052;
}
.AnyTagClassName
{
color: #DB7052;
}
</style>
background-color css
<style>
a { background-color: #DB7052; }
a { background-color: rgb(219,112,82); }
div.DivClassName
{
background-color: #DB7052;
}
.BgClassName
{
background-color: #DB7052;
}
</style>
border-color css
<style>
span { border-color: #DB7052; }
span { border-color: rgb(219,112,82); }
td.TdClassName
{
border-color: #DB7052;
}
.TagClassName
{
border-color: #DB7052;
}
</style>