Shades of Terra Cotta #DB6E59
Tints of Terra Cotta #DB6E59
RGB
CMYK
RGB Variations
Color information
#DB6E59 (or 0xDB6E59) is known color: Terra Cotta. HEX triplet: DB, 6E and 59. RGB value is (219,110,89). Sum of RGB (Red+Green+Blue) = 219+110+89=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E59 is #2491A6. Grayscale: #8C8C8C. Windows color (decimal): -2396583 or 5861083. OLE color: 5861083.
HSL color Cylindrical-coordinate representation of color #DB6E59: hue angle of 9.69º 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 #DB6E59 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 89 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.14 |
| HSL | 9.69º | 0.64% | 0.6% | - |
| HSV(B) | 9.69º | 0.59% | 0.86% | - |
| XYZ | 36.59 | 26.93 | 12.72 | - |
| YUV | 140.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 89 | 0 | 0.50 | 0.59 | 0.14 | 9.69 | 0.64 | 0.6 |
| Hex | DB | 6E | 59 | 0 | 32 | 3B | E | A | 40 | 3C |
| Octal | 333 | 156 | 131 | 0 | 62 | 73 | 16 | 12 | 100 | 74 |
| Binary | 11011011 | 1101110 | 1011001 | 0 | 110010 | 111011 | 1110 | 1010 | 1000000 | 111100 |
Color Harmonies of #DB6E59
Complementary color
Monochromatic Colors of #DB6E59
Black with #DB6E59
Text Example
Text Example
White with #DB6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E59; }
p { color: rgb(219,110,89); }
H1.HeaderClassName
{
color: #DB6E59;
}
.AnyTagClassName
{
color: #DB6E59;
}
</style>
background-color css
<style>
a { background-color: #DB6E59; }
a { background-color: rgb(219,110,89); }
div.DivClassName
{
background-color: #DB6E59;
}
.BgClassName
{
background-color: #DB6E59;
}
</style>
border-color css
<style>
span { border-color: #DB6E59; }
span { border-color: rgb(219,110,89); }
td.TdClassName
{
border-color: #DB6E59;
}
.TagClassName
{
border-color: #DB6E59;
}
</style>