Shades of Terra Cotta #DB6F61
Tints of Terra Cotta #DB6F61
RGB
CMYK
RGB Variations
Color information
#DB6F61 (or 0xDB6F61) is known color: Terra Cotta. HEX triplet: DB, 6F and 61. RGB value is (219,111,97). Sum of RGB (Red+Green+Blue) = 219+111+97=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F61 is #24909E. Grayscale: #8D8D8D. Windows color (decimal): -2396319 or 6385627. OLE color: 6385627.
HSL color Cylindrical-coordinate representation of color #DB6F61: hue angle of 6.89º 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 #DB6F61 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 97 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.14 |
| HSL | 6.89º | 0.63% | 0.62% | - |
| HSV(B) | 6.89º | 0.56% | 0.86% | - |
| XYZ | 37.06 | 27.29 | 14.62 | - |
| YUV | 141.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 97 | 0 | 0.49 | 0.56 | 0.14 | 6.89 | 0.63 | 0.62 |
| Hex | DB | 6F | 61 | 0 | 31 | 38 | E | 7 | 3F | 3E |
| Octal | 333 | 157 | 141 | 0 | 61 | 70 | 16 | 7 | 77 | 76 |
| Binary | 11011011 | 1101111 | 1100001 | 0 | 110001 | 111000 | 1110 | 111 | 111111 | 111110 |
Color Harmonies of #DB6F61
Complementary color
Monochromatic Colors of #DB6F61
Black with #DB6F61
Text Example
Text Example
White with #DB6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F61; }
p { color: rgb(219,111,97); }
H1.HeaderClassName
{
color: #DB6F61;
}
.AnyTagClassName
{
color: #DB6F61;
}
</style>
background-color css
<style>
a { background-color: #DB6F61; }
a { background-color: rgb(219,111,97); }
div.DivClassName
{
background-color: #DB6F61;
}
.BgClassName
{
background-color: #DB6F61;
}
</style>
border-color css
<style>
span { border-color: #DB6F61; }
span { border-color: rgb(219,111,97); }
td.TdClassName
{
border-color: #DB6F61;
}
.TagClassName
{
border-color: #DB6F61;
}
</style>