Shades of Terra Cotta #DB7B57
Tints of Terra Cotta #DB7B57
RGB
CMYK
RGB Variations
Color information
#DB7B57 (or 0xDB7B57) is known color: Terra Cotta. HEX triplet: DB, 7B and 57. RGB value is (219,123,87). Sum of RGB (Red+Green+Blue) = 219+123+87=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B57 is #2484A8. Grayscale: #939393. Windows color (decimal): -2393257 or 5733339. OLE color: 5733339.
HSL color Cylindrical-coordinate representation of color #DB7B57: hue angle of 16.36º 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 #DB7B57 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 87 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.14 |
| HSL | 16.36º | 0.65% | 0.6% | - |
| HSV(B) | 16.36º | 0.6% | 0.86% | - |
| XYZ | 38.02 | 29.91 | 12.79 | - |
| YUV | 147.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 87 | 0 | 0.44 | 0.60 | 0.14 | 16.36 | 0.65 | 0.6 |
| Hex | DB | 7B | 57 | 0 | 2C | 3C | E | 10 | 41 | 3C |
| Octal | 333 | 173 | 127 | 0 | 54 | 74 | 16 | 20 | 101 | 74 |
| Binary | 11011011 | 1111011 | 1010111 | 0 | 101100 | 111100 | 1110 | 10000 | 1000001 | 111100 |
Color Harmonies of #DB7B57
Complementary color
Monochromatic Colors of #DB7B57
Black with #DB7B57
Text Example
Text Example
White with #DB7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B57; }
p { color: rgb(219,123,87); }
H1.HeaderClassName
{
color: #DB7B57;
}
.AnyTagClassName
{
color: #DB7B57;
}
</style>
background-color css
<style>
a { background-color: #DB7B57; }
a { background-color: rgb(219,123,87); }
div.DivClassName
{
background-color: #DB7B57;
}
.BgClassName
{
background-color: #DB7B57;
}
</style>
border-color css
<style>
span { border-color: #DB7B57; }
span { border-color: rgb(219,123,87); }
td.TdClassName
{
border-color: #DB7B57;
}
.TagClassName
{
border-color: #DB7B57;
}
</style>