Shades of Terra Cotta #DB7660
Tints of Terra Cotta #DB7660
RGB
CMYK
RGB Variations
Color information
#DB7660 (or 0xDB7660) is known color: Terra Cotta. HEX triplet: DB, 76 and 60. RGB value is (219,118,96). Sum of RGB (Red+Green+Blue) = 219+118+96=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7660 is #24899F. Grayscale: #919191. Windows color (decimal): -2394528 or 6321883. OLE color: 6321883.
HSL color Cylindrical-coordinate representation of color #DB7660: hue angle of 10.73º 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 #DB7660 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 96 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.14 |
| HSL | 10.73º | 0.63% | 0.62% | - |
| HSV(B) | 10.73º | 0.56% | 0.86% | - |
| XYZ | 37.8 | 28.86 | 14.64 | - |
| YUV | 145.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 96 | 0 | 0.46 | 0.56 | 0.14 | 10.73 | 0.63 | 0.62 |
| Hex | DB | 76 | 60 | 0 | 2E | 38 | E | B | 3F | 3E |
| Octal | 333 | 166 | 140 | 0 | 56 | 70 | 16 | 13 | 77 | 76 |
| Binary | 11011011 | 1110110 | 1100000 | 0 | 101110 | 111000 | 1110 | 1011 | 111111 | 111110 |
Color Harmonies of #DB7660
Complementary color
Monochromatic Colors of #DB7660
Black with #DB7660
Text Example
Text Example
White with #DB7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7660; }
p { color: rgb(219,118,96); }
H1.HeaderClassName
{
color: #DB7660;
}
.AnyTagClassName
{
color: #DB7660;
}
</style>
background-color css
<style>
a { background-color: #DB7660; }
a { background-color: rgb(219,118,96); }
div.DivClassName
{
background-color: #DB7660;
}
.BgClassName
{
background-color: #DB7660;
}
</style>
border-color css
<style>
span { border-color: #DB7660; }
span { border-color: rgb(219,118,96); }
td.TdClassName
{
border-color: #DB7660;
}
.TagClassName
{
border-color: #DB7660;
}
</style>