Shades of Terra Cotta #DB7266
Tints of Terra Cotta #DB7266
RGB
CMYK
RGB Variations
Color information
#DB7266 (or 0xDB7266) is known color: Terra Cotta. HEX triplet: DB, 72 and 66. RGB value is (219,114,102). Sum of RGB (Red+Green+Blue) = 219+114+102=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7266 is #248D99. Grayscale: #909090. Windows color (decimal): -2395546 or 6714075. OLE color: 6714075.
HSL color Cylindrical-coordinate representation of color #DB7266: hue angle of 6.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7266 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 102 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.14 |
| HSL | 6.15º | 0.62% | 0.63% | - |
| HSV(B) | 6.15º | 0.53% | 0.86% | - |
| XYZ | 37.63 | 28.05 | 16 | - |
| YUV | 144.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 102 | 0 | 0.48 | 0.53 | 0.14 | 6.15 | 0.62 | 0.63 |
| Hex | DB | 72 | 66 | 0 | 30 | 35 | E | 6 | 3E | 3F |
| Octal | 333 | 162 | 146 | 0 | 60 | 65 | 16 | 6 | 76 | 77 |
| Binary | 11011011 | 1110010 | 1100110 | 0 | 110000 | 110101 | 1110 | 110 | 111110 | 111111 |
Color Harmonies of #DB7266
Complementary color
Monochromatic Colors of #DB7266
Black with #DB7266
Text Example
Text Example
White with #DB7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7266; }
p { color: rgb(219,114,102); }
H1.HeaderClassName
{
color: #DB7266;
}
.AnyTagClassName
{
color: #DB7266;
}
</style>
background-color css
<style>
a { background-color: #DB7266; }
a { background-color: rgb(219,114,102); }
div.DivClassName
{
background-color: #DB7266;
}
.BgClassName
{
background-color: #DB7266;
}
</style>
border-color css
<style>
span { border-color: #DB7266; }
span { border-color: rgb(219,114,102); }
td.TdClassName
{
border-color: #DB7266;
}
.TagClassName
{
border-color: #DB7266;
}
</style>