Shades of Terra Cotta #DB7559
Tints of Terra Cotta #DB7559
RGB
CMYK
RGB Variations
Color information
#DB7559 (or 0xDB7559) is known color: Terra Cotta. HEX triplet: DB, 75 and 59. RGB value is (219,117,89). Sum of RGB (Red+Green+Blue) = 219+117+89=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7559 is #248AA6. Grayscale: #909090. Windows color (decimal): -2394791 or 5862875. OLE color: 5862875.
HSL color Cylindrical-coordinate representation of color #DB7559: hue angle of 12.92º 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 #DB7559 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 89 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.14 |
| HSL | 12.92º | 0.64% | 0.6% | - |
| HSV(B) | 12.92º | 0.59% | 0.86% | - |
| XYZ | 37.38 | 28.5 | 12.98 | - |
| YUV | 144.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 89 | 0 | 0.47 | 0.59 | 0.14 | 12.92 | 0.64 | 0.6 |
| Hex | DB | 75 | 59 | 0 | 2F | 3B | E | D | 40 | 3C |
| Octal | 333 | 165 | 131 | 0 | 57 | 73 | 16 | 15 | 100 | 74 |
| Binary | 11011011 | 1110101 | 1011001 | 0 | 101111 | 111011 | 1110 | 1101 | 1000000 | 111100 |
Color Harmonies of #DB7559
Complementary color
Monochromatic Colors of #DB7559
Black with #DB7559
Text Example
Text Example
White with #DB7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7559; }
p { color: rgb(219,117,89); }
H1.HeaderClassName
{
color: #DB7559;
}
.AnyTagClassName
{
color: #DB7559;
}
</style>
background-color css
<style>
a { background-color: #DB7559; }
a { background-color: rgb(219,117,89); }
div.DivClassName
{
background-color: #DB7559;
}
.BgClassName
{
background-color: #DB7559;
}
</style>
border-color css
<style>
span { border-color: #DB7559; }
span { border-color: rgb(219,117,89); }
td.TdClassName
{
border-color: #DB7559;
}
.TagClassName
{
border-color: #DB7559;
}
</style>