Shades of Terra Cotta #DB6D59
Tints of Terra Cotta #DB6D59
RGB
CMYK
RGB Variations
Color information
#DB6D59 (or 0xDB6D59) is known color: Terra Cotta. HEX triplet: DB, 6D and 59. RGB value is (219,109,89). Sum of RGB (Red+Green+Blue) = 219+109+89=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D59 is #2492A6. Grayscale: #8B8B8B. Windows color (decimal): -2396839 or 5860827. OLE color: 5860827.
HSL color Cylindrical-coordinate representation of color #DB6D59: hue angle of 9.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB6D59 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 89 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.14 |
| HSL | 9.23º | 0.64% | 0.6% | - |
| HSV(B) | 9.23º | 0.59% | 0.86% | - |
| XYZ | 36.49 | 26.72 | 12.69 | - |
| YUV | 139.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 89 | 0 | 0.50 | 0.59 | 0.14 | 9.23 | 0.64 | 0.6 |
| Hex | DB | 6D | 59 | 0 | 32 | 3B | E | 9 | 40 | 3C |
| Octal | 333 | 155 | 131 | 0 | 62 | 73 | 16 | 11 | 100 | 74 |
| Binary | 11011011 | 1101101 | 1011001 | 0 | 110010 | 111011 | 1110 | 1001 | 1000000 | 111100 |
Color Harmonies of #DB6D59
Complementary color
Monochromatic Colors of #DB6D59
Black with #DB6D59
Text Example
Text Example
White with #DB6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D59; }
p { color: rgb(219,109,89); }
H1.HeaderClassName
{
color: #DB6D59;
}
.AnyTagClassName
{
color: #DB6D59;
}
</style>
background-color css
<style>
a { background-color: #DB6D59; }
a { background-color: rgb(219,109,89); }
div.DivClassName
{
background-color: #DB6D59;
}
.BgClassName
{
background-color: #DB6D59;
}
</style>
border-color css
<style>
span { border-color: #DB6D59; }
span { border-color: rgb(219,109,89); }
td.TdClassName
{
border-color: #DB6D59;
}
.TagClassName
{
border-color: #DB6D59;
}
</style>