Shades of Terra Cotta #DB7358
Tints of Terra Cotta #DB7358
RGB
CMYK
RGB Variations
Color information
#DB7358 (or 0xDB7358) is known color: Terra Cotta. HEX triplet: DB, 73 and 58. RGB value is (219,115,88). Sum of RGB (Red+Green+Blue) = 219+115+88=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7358 is #248CA7. Grayscale: #8F8F8F. Windows color (decimal): -2395304 or 5796827. OLE color: 5796827.
HSL color Cylindrical-coordinate representation of color #DB7358: hue angle of 12.37º 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 #DB7358 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 88 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.14 |
| HSL | 12.37º | 0.65% | 0.6% | - |
| HSV(B) | 12.37º | 0.6% | 0.86% | - |
| XYZ | 37.11 | 28.03 | 12.69 | - |
| YUV | 143.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 88 | 0 | 0.47 | 0.60 | 0.14 | 12.37 | 0.65 | 0.6 |
| Hex | DB | 73 | 58 | 0 | 2F | 3C | E | C | 41 | 3C |
| Octal | 333 | 163 | 130 | 0 | 57 | 74 | 16 | 14 | 101 | 74 |
| Binary | 11011011 | 1110011 | 1011000 | 0 | 101111 | 111100 | 1110 | 1100 | 1000001 | 111100 |
Color Harmonies of #DB7358
Complementary color
Monochromatic Colors of #DB7358
Black with #DB7358
Text Example
Text Example
White with #DB7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7358; }
p { color: rgb(219,115,88); }
H1.HeaderClassName
{
color: #DB7358;
}
.AnyTagClassName
{
color: #DB7358;
}
</style>
background-color css
<style>
a { background-color: #DB7358; }
a { background-color: rgb(219,115,88); }
div.DivClassName
{
background-color: #DB7358;
}
.BgClassName
{
background-color: #DB7358;
}
</style>
border-color css
<style>
span { border-color: #DB7358; }
span { border-color: rgb(219,115,88); }
td.TdClassName
{
border-color: #DB7358;
}
.TagClassName
{
border-color: #DB7358;
}
</style>