Shades of Terra Cotta #DB7065
Tints of Terra Cotta #DB7065
RGB
CMYK
RGB Variations
Color information
#DB7065 (or 0xDB7065) is known color: Terra Cotta. HEX triplet: DB, 70 and 65. RGB value is (219,112,101). Sum of RGB (Red+Green+Blue) = 219+112+101=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7065 is #248F9A. Grayscale: #8E8E8E. Windows color (decimal): -2396059 or 6648027. OLE color: 6648027.
HSL color Cylindrical-coordinate representation of color #DB7065: hue angle of 5.59º 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 #DB7065 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 101 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.14 |
| HSL | 5.59º | 0.62% | 0.63% | - |
| HSV(B) | 5.59º | 0.54% | 0.86% | - |
| XYZ | 37.36 | 27.59 | 15.67 | - |
| YUV | 142.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 101 | 0 | 0.49 | 0.54 | 0.14 | 5.59 | 0.62 | 0.63 |
| Hex | DB | 70 | 65 | 0 | 31 | 36 | E | 6 | 3E | 3F |
| Octal | 333 | 160 | 145 | 0 | 61 | 66 | 16 | 6 | 76 | 77 |
| Binary | 11011011 | 1110000 | 1100101 | 0 | 110001 | 110110 | 1110 | 110 | 111110 | 111111 |
Color Harmonies of #DB7065
Complementary color
Monochromatic Colors of #DB7065
Black with #DB7065
Text Example
Text Example
White with #DB7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7065; }
p { color: rgb(219,112,101); }
H1.HeaderClassName
{
color: #DB7065;
}
.AnyTagClassName
{
color: #DB7065;
}
</style>
background-color css
<style>
a { background-color: #DB7065; }
a { background-color: rgb(219,112,101); }
div.DivClassName
{
background-color: #DB7065;
}
.BgClassName
{
background-color: #DB7065;
}
</style>
border-color css
<style>
span { border-color: #DB7065; }
span { border-color: rgb(219,112,101); }
td.TdClassName
{
border-color: #DB7065;
}
.TagClassName
{
border-color: #DB7065;
}
</style>