Shades of Terra Cotta #DB706A
Tints of Terra Cotta #DB706A
RGB
CMYK
RGB Variations
Color information
#DB706A (or 0xDB706A) is known color: Terra Cotta. HEX triplet: DB, 70 and 6A. RGB value is (219,112,106). Sum of RGB (Red+Green+Blue) = 219+112+106=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB706A is #248F95. Grayscale: #8F8F8F. Windows color (decimal): -2396054 or 6975707. OLE color: 6975707.
HSL color Cylindrical-coordinate representation of color #DB706A: hue angle of 3.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB706A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 106 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.14 |
| HSL | 3.19º | 0.61% | 0.64% | - |
| HSV(B) | 3.19º | 0.52% | 0.86% | - |
| XYZ | 37.61 | 27.69 | 17 | - |
| YUV | 143.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 106 | 0 | 0.49 | 0.52 | 0.14 | 3.19 | 0.61 | 0.64 |
| Hex | DB | 70 | 6A | 0 | 31 | 34 | E | 3 | 3D | 40 |
| Octal | 333 | 160 | 152 | 0 | 61 | 64 | 16 | 3 | 75 | 100 |
| Binary | 11011011 | 1110000 | 1101010 | 0 | 110001 | 110100 | 1110 | 11 | 111101 | 1000000 |
Color Harmonies of #DB706A
Complementary color
Monochromatic Colors of #DB706A
Black with #DB706A
Text Example
Text Example
White with #DB706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB706A; }
p { color: rgb(219,112,106); }
H1.HeaderClassName
{
color: #DB706A;
}
.AnyTagClassName
{
color: #DB706A;
}
</style>
background-color css
<style>
a { background-color: #DB706A; }
a { background-color: rgb(219,112,106); }
div.DivClassName
{
background-color: #DB706A;
}
.BgClassName
{
background-color: #DB706A;
}
</style>
border-color css
<style>
span { border-color: #DB706A; }
span { border-color: rgb(219,112,106); }
td.TdClassName
{
border-color: #DB706A;
}
.TagClassName
{
border-color: #DB706A;
}
</style>