Shades of Terra Cotta #DB7265
Tints of Terra Cotta #DB7265
RGB
CMYK
RGB Variations
Color information
#DB7265 (or 0xDB7265) is known color: Terra Cotta. HEX triplet: DB, 72 and 65. RGB value is (219,114,101). Sum of RGB (Red+Green+Blue) = 219+114+101=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7265 is #248D9A. Grayscale: #909090. Windows color (decimal): -2395547 or 6648539. OLE color: 6648539.
HSL color Cylindrical-coordinate representation of color #DB7265: hue angle of 6.61º 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 #DB7265 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 101 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.14 |
| HSL | 6.61º | 0.62% | 0.63% | - |
| HSV(B) | 6.61º | 0.54% | 0.86% | - |
| XYZ | 37.58 | 28.03 | 15.74 | - |
| YUV | 143.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 101 | 0 | 0.48 | 0.54 | 0.14 | 6.61 | 0.62 | 0.63 |
| Hex | DB | 72 | 65 | 0 | 30 | 36 | E | 7 | 3E | 3F |
| Octal | 333 | 162 | 145 | 0 | 60 | 66 | 16 | 7 | 76 | 77 |
| Binary | 11011011 | 1110010 | 1100101 | 0 | 110000 | 110110 | 1110 | 111 | 111110 | 111111 |
Color Harmonies of #DB7265
Complementary color
Monochromatic Colors of #DB7265
Black with #DB7265
Text Example
Text Example
White with #DB7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7265; }
p { color: rgb(219,114,101); }
H1.HeaderClassName
{
color: #DB7265;
}
.AnyTagClassName
{
color: #DB7265;
}
</style>
background-color css
<style>
a { background-color: #DB7265; }
a { background-color: rgb(219,114,101); }
div.DivClassName
{
background-color: #DB7265;
}
.BgClassName
{
background-color: #DB7265;
}
</style>
border-color css
<style>
span { border-color: #DB7265; }
span { border-color: rgb(219,114,101); }
td.TdClassName
{
border-color: #DB7265;
}
.TagClassName
{
border-color: #DB7265;
}
</style>