Shades of Terra Cotta #DB7C56
Tints of Terra Cotta #DB7C56
RGB
CMYK
RGB Variations
Color information
#DB7C56 (or 0xDB7C56) is known color: Terra Cotta. HEX triplet: DB, 7C and 56. RGB value is (219,124,86). Sum of RGB (Red+Green+Blue) = 219+124+86=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C56 is #2483A9. Grayscale: #949494. Windows color (decimal): -2393002 or 5668059. OLE color: 5668059.
HSL color Cylindrical-coordinate representation of color #DB7C56: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB7C56 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 86 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.14 |
| HSL | 17.14º | 0.65% | 0.6% | - |
| HSV(B) | 17.14º | 0.61% | 0.86% | - |
| XYZ | 38.1 | 30.15 | 12.61 | - |
| YUV | 148.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 86 | 0 | 0.43 | 0.61 | 0.14 | 17.14 | 0.65 | 0.6 |
| Hex | DB | 7C | 56 | 0 | 2B | 3D | E | 11 | 41 | 3C |
| Octal | 333 | 174 | 126 | 0 | 53 | 75 | 16 | 21 | 101 | 74 |
| Binary | 11011011 | 1111100 | 1010110 | 0 | 101011 | 111101 | 1110 | 10001 | 1000001 | 111100 |
Color Harmonies of #DB7C56
Complementary color
Monochromatic Colors of #DB7C56
Black with #DB7C56
Text Example
Text Example
White with #DB7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C56; }
p { color: rgb(219,124,86); }
H1.HeaderClassName
{
color: #DB7C56;
}
.AnyTagClassName
{
color: #DB7C56;
}
</style>
background-color css
<style>
a { background-color: #DB7C56; }
a { background-color: rgb(219,124,86); }
div.DivClassName
{
background-color: #DB7C56;
}
.BgClassName
{
background-color: #DB7C56;
}
</style>
border-color css
<style>
span { border-color: #DB7C56; }
span { border-color: rgb(219,124,86); }
td.TdClassName
{
border-color: #DB7C56;
}
.TagClassName
{
border-color: #DB7C56;
}
</style>