Shades of Terra Cotta #DB6D62
Tints of Terra Cotta #DB6D62
RGB
CMYK
RGB Variations
Color information
#DB6D62 (or 0xDB6D62) is known color: Terra Cotta. HEX triplet: DB, 6D and 62. RGB value is (219,109,98). Sum of RGB (Red+Green+Blue) = 219+109+98=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D62 is #24929D. Grayscale: #8C8C8C. Windows color (decimal): -2396830 or 6450651. OLE color: 6450651.
HSL color Cylindrical-coordinate representation of color #DB6D62: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6D62 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 98 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.14 |
| HSL | 5.45º | 0.63% | 0.62% | - |
| HSV(B) | 5.45º | 0.55% | 0.86% | - |
| XYZ | 36.89 | 26.88 | 14.8 | - |
| YUV | 140.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 98 | 0 | 0.50 | 0.55 | 0.14 | 5.45 | 0.63 | 0.62 |
| Hex | DB | 6D | 62 | 0 | 32 | 37 | E | 5 | 3F | 3E |
| Octal | 333 | 155 | 142 | 0 | 62 | 67 | 16 | 5 | 77 | 76 |
| Binary | 11011011 | 1101101 | 1100010 | 0 | 110010 | 110111 | 1110 | 101 | 111111 | 111110 |
Color Harmonies of #DB6D62
Complementary color
Monochromatic Colors of #DB6D62
Black with #DB6D62
Text Example
Text Example
White with #DB6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D62; }
p { color: rgb(219,109,98); }
H1.HeaderClassName
{
color: #DB6D62;
}
.AnyTagClassName
{
color: #DB6D62;
}
</style>
background-color css
<style>
a { background-color: #DB6D62; }
a { background-color: rgb(219,109,98); }
div.DivClassName
{
background-color: #DB6D62;
}
.BgClassName
{
background-color: #DB6D62;
}
</style>
border-color css
<style>
span { border-color: #DB6D62; }
span { border-color: rgb(219,109,98); }
td.TdClassName
{
border-color: #DB6D62;
}
.TagClassName
{
border-color: #DB6D62;
}
</style>