Shades of Terra Cotta #DB7669
Tints of Terra Cotta #DB7669
RGB
CMYK
RGB Variations
Color information
#DB7669 (or 0xDB7669) is known color: Terra Cotta. HEX triplet: DB, 76 and 69. RGB value is (219,118,105). Sum of RGB (Red+Green+Blue) = 219+118+105=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7669 is #248996. Grayscale: #929292. Windows color (decimal): -2394519 or 6911707. OLE color: 6911707.
HSL color Cylindrical-coordinate representation of color #DB7669: hue angle of 6.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7669 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 105 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.14 |
| HSL | 6.84º | 0.61% | 0.64% | - |
| HSV(B) | 6.84º | 0.52% | 0.86% | - |
| XYZ | 38.24 | 29.04 | 16.95 | - |
| YUV | 146.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 105 | 0 | 0.46 | 0.52 | 0.14 | 6.84 | 0.61 | 0.64 |
| Hex | DB | 76 | 69 | 0 | 2E | 34 | E | 7 | 3D | 40 |
| Octal | 333 | 166 | 151 | 0 | 56 | 64 | 16 | 7 | 75 | 100 |
| Binary | 11011011 | 1110110 | 1101001 | 0 | 101110 | 110100 | 1110 | 111 | 111101 | 1000000 |
Color Harmonies of #DB7669
Complementary color
Monochromatic Colors of #DB7669
Black with #DB7669
Text Example
Text Example
White with #DB7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7669; }
p { color: rgb(219,118,105); }
H1.HeaderClassName
{
color: #DB7669;
}
.AnyTagClassName
{
color: #DB7669;
}
</style>
background-color css
<style>
a { background-color: #DB7669; }
a { background-color: rgb(219,118,105); }
div.DivClassName
{
background-color: #DB7669;
}
.BgClassName
{
background-color: #DB7669;
}
</style>
border-color css
<style>
span { border-color: #DB7669; }
span { border-color: rgb(219,118,105); }
td.TdClassName
{
border-color: #DB7669;
}
.TagClassName
{
border-color: #DB7669;
}
</style>