Shades of Terra Cotta #DB7966
Tints of Terra Cotta #DB7966
RGB
CMYK
RGB Variations
Color information
#DB7966 (or 0xDB7966) is known color: Terra Cotta. HEX triplet: DB, 79 and 66. RGB value is (219,121,102). Sum of RGB (Red+Green+Blue) = 219+121+102=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7966 is #248699. Grayscale: #949494. Windows color (decimal): -2393754 or 6715867. OLE color: 6715867.
HSL color Cylindrical-coordinate representation of color #DB7966: hue angle of 9.74º 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 #DB7966 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 102 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.14 |
| HSL | 9.74º | 0.62% | 0.63% | - |
| HSV(B) | 9.74º | 0.53% | 0.86% | - |
| XYZ | 38.45 | 29.69 | 16.28 | - |
| YUV | 148.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 102 | 0 | 0.45 | 0.53 | 0.14 | 9.74 | 0.62 | 0.63 |
| Hex | DB | 79 | 66 | 0 | 2D | 35 | E | A | 3E | 3F |
| Octal | 333 | 171 | 146 | 0 | 55 | 65 | 16 | 12 | 76 | 77 |
| Binary | 11011011 | 1111001 | 1100110 | 0 | 101101 | 110101 | 1110 | 1010 | 111110 | 111111 |
Color Harmonies of #DB7966
Complementary color
Monochromatic Colors of #DB7966
Black with #DB7966
Text Example
Text Example
White with #DB7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7966; }
p { color: rgb(219,121,102); }
H1.HeaderClassName
{
color: #DB7966;
}
.AnyTagClassName
{
color: #DB7966;
}
</style>
background-color css
<style>
a { background-color: #DB7966; }
a { background-color: rgb(219,121,102); }
div.DivClassName
{
background-color: #DB7966;
}
.BgClassName
{
background-color: #DB7966;
}
</style>
border-color css
<style>
span { border-color: #DB7966; }
span { border-color: rgb(219,121,102); }
td.TdClassName
{
border-color: #DB7966;
}
.TagClassName
{
border-color: #DB7966;
}
</style>