Shades of Terra Cotta #DB7557
Tints of Terra Cotta #DB7557
RGB
CMYK
RGB Variations
Color information
#DB7557 (or 0xDB7557) is known color: Terra Cotta. HEX triplet: DB, 75 and 57. RGB value is (219,117,87). Sum of RGB (Red+Green+Blue) = 219+117+87=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7557 is #248AA8. Grayscale: #909090. Windows color (decimal): -2394793 or 5731803. OLE color: 5731803.
HSL color Cylindrical-coordinate representation of color #DB7557: hue angle of 13.64º 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 #DB7557 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 87 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.14 |
| HSL | 13.64º | 0.65% | 0.6% | - |
| HSV(B) | 13.64º | 0.6% | 0.86% | - |
| XYZ | 37.3 | 28.47 | 12.55 | - |
| YUV | 144.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 87 | 0 | 0.47 | 0.60 | 0.14 | 13.64 | 0.65 | 0.6 |
| Hex | DB | 75 | 57 | 0 | 2F | 3C | E | E | 41 | 3C |
| Octal | 333 | 165 | 127 | 0 | 57 | 74 | 16 | 16 | 101 | 74 |
| Binary | 11011011 | 1110101 | 1010111 | 0 | 101111 | 111100 | 1110 | 1110 | 1000001 | 111100 |
Color Harmonies of #DB7557
Complementary color
Monochromatic Colors of #DB7557
Black with #DB7557
Text Example
Text Example
White with #DB7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7557; }
p { color: rgb(219,117,87); }
H1.HeaderClassName
{
color: #DB7557;
}
.AnyTagClassName
{
color: #DB7557;
}
</style>
background-color css
<style>
a { background-color: #DB7557; }
a { background-color: rgb(219,117,87); }
div.DivClassName
{
background-color: #DB7557;
}
.BgClassName
{
background-color: #DB7557;
}
</style>
border-color css
<style>
span { border-color: #DB7557; }
span { border-color: rgb(219,117,87); }
td.TdClassName
{
border-color: #DB7557;
}
.TagClassName
{
border-color: #DB7557;
}
</style>