Shades of Terra Cotta #DB7658
Tints of Terra Cotta #DB7658
RGB
CMYK
RGB Variations
Color information
#DB7658 (or 0xDB7658) is known color: Terra Cotta. HEX triplet: DB, 76 and 58. RGB value is (219,118,88). Sum of RGB (Red+Green+Blue) = 219+118+88=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7658 is #2489A7. Grayscale: #919191. Windows color (decimal): -2394536 or 5797595. OLE color: 5797595.
HSL color Cylindrical-coordinate representation of color #DB7658: hue angle of 13.74º 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 #DB7658 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 88 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.14 |
| HSL | 13.74º | 0.65% | 0.6% | - |
| HSV(B) | 13.74º | 0.6% | 0.86% | - |
| XYZ | 37.45 | 28.72 | 12.8 | - |
| YUV | 144.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 88 | 0 | 0.46 | 0.60 | 0.14 | 13.74 | 0.65 | 0.6 |
| Hex | DB | 76 | 58 | 0 | 2E | 3C | E | E | 41 | 3C |
| Octal | 333 | 166 | 130 | 0 | 56 | 74 | 16 | 16 | 101 | 74 |
| Binary | 11011011 | 1110110 | 1011000 | 0 | 101110 | 111100 | 1110 | 1110 | 1000001 | 111100 |
Color Harmonies of #DB7658
Complementary color
Monochromatic Colors of #DB7658
Black with #DB7658
Text Example
Text Example
White with #DB7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7658; }
p { color: rgb(219,118,88); }
H1.HeaderClassName
{
color: #DB7658;
}
.AnyTagClassName
{
color: #DB7658;
}
</style>
background-color css
<style>
a { background-color: #DB7658; }
a { background-color: rgb(219,118,88); }
div.DivClassName
{
background-color: #DB7658;
}
.BgClassName
{
background-color: #DB7658;
}
</style>
border-color css
<style>
span { border-color: #DB7658; }
span { border-color: rgb(219,118,88); }
td.TdClassName
{
border-color: #DB7658;
}
.TagClassName
{
border-color: #DB7658;
}
</style>