Shades of Terra Cotta #DB7558
Tints of Terra Cotta #DB7558
RGB
CMYK
RGB Variations
Color information
#DB7558 (or 0xDB7558) is known color: Terra Cotta. HEX triplet: DB, 75 and 58. RGB value is (219,117,88). Sum of RGB (Red+Green+Blue) = 219+117+88=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7558 is #248AA7. Grayscale: #909090. Windows color (decimal): -2394792 or 5797339. OLE color: 5797339.
HSL color Cylindrical-coordinate representation of color #DB7558: hue angle of 13.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB7558 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 88 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.14 |
| HSL | 13.28º | 0.65% | 0.6% | - |
| HSV(B) | 13.28º | 0.6% | 0.86% | - |
| XYZ | 37.34 | 28.49 | 12.76 | - |
| YUV | 144.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 88 | 0 | 0.47 | 0.60 | 0.14 | 13.28 | 0.65 | 0.6 |
| Hex | DB | 75 | 58 | 0 | 2F | 3C | E | D | 41 | 3C |
| Octal | 333 | 165 | 130 | 0 | 57 | 74 | 16 | 15 | 101 | 74 |
| Binary | 11011011 | 1110101 | 1011000 | 0 | 101111 | 111100 | 1110 | 1101 | 1000001 | 111100 |
Color Harmonies of #DB7558
Complementary color
Monochromatic Colors of #DB7558
Black with #DB7558
Text Example
Text Example
White with #DB7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7558; }
p { color: rgb(219,117,88); }
H1.HeaderClassName
{
color: #DB7558;
}
.AnyTagClassName
{
color: #DB7558;
}
</style>
background-color css
<style>
a { background-color: #DB7558; }
a { background-color: rgb(219,117,88); }
div.DivClassName
{
background-color: #DB7558;
}
.BgClassName
{
background-color: #DB7558;
}
</style>
border-color css
<style>
span { border-color: #DB7558; }
span { border-color: rgb(219,117,88); }
td.TdClassName
{
border-color: #DB7558;
}
.TagClassName
{
border-color: #DB7558;
}
</style>