Shades of Terra Cotta #DB7460
Tints of Terra Cotta #DB7460
RGB
CMYK
RGB Variations
Color information
#DB7460 (or 0xDB7460) is known color: Terra Cotta. HEX triplet: DB, 74 and 60. RGB value is (219,116,96). Sum of RGB (Red+Green+Blue) = 219+116+96=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7460 is #248B9F. Grayscale: #909090. Windows color (decimal): -2395040 or 6321371. OLE color: 6321371.
HSL color Cylindrical-coordinate representation of color #DB7460: hue angle of 9.76º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7460 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 96 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.14 |
| HSL | 9.76º | 0.63% | 0.62% | - |
| HSV(B) | 9.76º | 0.56% | 0.86% | - |
| XYZ | 37.57 | 28.4 | 14.57 | - |
| YUV | 144.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 96 | 0 | 0.47 | 0.56 | 0.14 | 9.76 | 0.63 | 0.62 |
| Hex | DB | 74 | 60 | 0 | 2F | 38 | E | A | 3F | 3E |
| Octal | 333 | 164 | 140 | 0 | 57 | 70 | 16 | 12 | 77 | 76 |
| Binary | 11011011 | 1110100 | 1100000 | 0 | 101111 | 111000 | 1110 | 1010 | 111111 | 111110 |
Color Harmonies of #DB7460
Complementary color
Monochromatic Colors of #DB7460
Black with #DB7460
Text Example
Text Example
White with #DB7460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7460; }
p { color: rgb(219,116,96); }
H1.HeaderClassName
{
color: #DB7460;
}
.AnyTagClassName
{
color: #DB7460;
}
</style>
background-color css
<style>
a { background-color: #DB7460; }
a { background-color: rgb(219,116,96); }
div.DivClassName
{
background-color: #DB7460;
}
.BgClassName
{
background-color: #DB7460;
}
</style>
border-color css
<style>
span { border-color: #DB7460; }
span { border-color: rgb(219,116,96); }
td.TdClassName
{
border-color: #DB7460;
}
.TagClassName
{
border-color: #DB7460;
}
</style>