Shades of Terra Cotta #DB6B59
Tints of Terra Cotta #DB6B59
RGB
CMYK
RGB Variations
Color information
#DB6B59 (or 0xDB6B59) is known color: Terra Cotta. HEX triplet: DB, 6B and 59. RGB value is (219,107,89). Sum of RGB (Red+Green+Blue) = 219+107+89=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B59 is #2494A6. Grayscale: #8A8A8A. Windows color (decimal): -2397351 or 5860315. OLE color: 5860315.
HSL color Cylindrical-coordinate representation of color #DB6B59: hue angle of 8.31º 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 #DB6B59 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 89 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.14 |
| HSL | 8.31º | 0.64% | 0.6% | - |
| HSV(B) | 8.31º | 0.59% | 0.86% | - |
| XYZ | 36.27 | 26.3 | 12.62 | - |
| YUV | 138.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 89 | 0 | 0.51 | 0.59 | 0.14 | 8.31 | 0.64 | 0.6 |
| Hex | DB | 6B | 59 | 0 | 33 | 3B | E | 8 | 40 | 3C |
| Octal | 333 | 153 | 131 | 0 | 63 | 73 | 16 | 10 | 100 | 74 |
| Binary | 11011011 | 1101011 | 1011001 | 0 | 110011 | 111011 | 1110 | 1000 | 1000000 | 111100 |
Color Harmonies of #DB6B59
Complementary color
Monochromatic Colors of #DB6B59
Black with #DB6B59
Text Example
Text Example
White with #DB6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B59; }
p { color: rgb(219,107,89); }
H1.HeaderClassName
{
color: #DB6B59;
}
.AnyTagClassName
{
color: #DB6B59;
}
</style>
background-color css
<style>
a { background-color: #DB6B59; }
a { background-color: rgb(219,107,89); }
div.DivClassName
{
background-color: #DB6B59;
}
.BgClassName
{
background-color: #DB6B59;
}
</style>
border-color css
<style>
span { border-color: #DB6B59; }
span { border-color: rgb(219,107,89); }
td.TdClassName
{
border-color: #DB6B59;
}
.TagClassName
{
border-color: #DB6B59;
}
</style>