Shades of Terra Cotta #DB6D5D
Tints of Terra Cotta #DB6D5D
RGB
CMYK
RGB Variations
Color information
#DB6D5D (or 0xDB6D5D) is known color: Terra Cotta. HEX triplet: DB, 6D and 5D. RGB value is (219,109,93). Sum of RGB (Red+Green+Blue) = 219+109+93=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D5D is #2492A2. Grayscale: #8C8C8C. Windows color (decimal): -2396835 or 6122971. OLE color: 6122971.
HSL color Cylindrical-coordinate representation of color #DB6D5D: hue angle of 7.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6D5D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 93 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.14 |
| HSL | 7.62º | 0.64% | 0.61% | - |
| HSV(B) | 7.62º | 0.58% | 0.86% | - |
| XYZ | 36.66 | 26.79 | 13.59 | - |
| YUV | 140.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 93 | 0 | 0.50 | 0.58 | 0.14 | 7.62 | 0.64 | 0.61 |
| Hex | DB | 6D | 5D | 0 | 32 | 3A | E | 8 | 40 | 3D |
| Octal | 333 | 155 | 135 | 0 | 62 | 72 | 16 | 10 | 100 | 75 |
| Binary | 11011011 | 1101101 | 1011101 | 0 | 110010 | 111010 | 1110 | 1000 | 1000000 | 111101 |
Color Harmonies of #DB6D5D
Complementary color
Monochromatic Colors of #DB6D5D
Black with #DB6D5D
Text Example
Text Example
White with #DB6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D5D; }
p { color: rgb(219,109,93); }
H1.HeaderClassName
{
color: #DB6D5D;
}
.AnyTagClassName
{
color: #DB6D5D;
}
</style>
background-color css
<style>
a { background-color: #DB6D5D; }
a { background-color: rgb(219,109,93); }
div.DivClassName
{
background-color: #DB6D5D;
}
.BgClassName
{
background-color: #DB6D5D;
}
</style>
border-color css
<style>
span { border-color: #DB6D5D; }
span { border-color: rgb(219,109,93); }
td.TdClassName
{
border-color: #DB6D5D;
}
.TagClassName
{
border-color: #DB6D5D;
}
</style>