Shades of Terra Cotta #DB7C5C
Tints of Terra Cotta #DB7C5C
RGB
CMYK
RGB Variations
Color information
#DB7C5C (or 0xDB7C5C) is known color: Terra Cotta. HEX triplet: DB, 7C and 5C. RGB value is (219,124,92). Sum of RGB (Red+Green+Blue) = 219+124+92=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C5C is #2483A3. Grayscale: #949494. Windows color (decimal): -2392996 or 6061275. OLE color: 6061275.
HSL color Cylindrical-coordinate representation of color #DB7C5C: hue angle of 15.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB7C5C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 92 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.14 |
| HSL | 15.12º | 0.64% | 0.61% | - |
| HSV(B) | 15.12º | 0.58% | 0.86% | - |
| XYZ | 38.35 | 30.25 | 13.94 | - |
| YUV | 148.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 92 | 0 | 0.43 | 0.58 | 0.14 | 15.12 | 0.64 | 0.61 |
| Hex | DB | 7C | 5C | 0 | 2B | 3A | E | F | 40 | 3D |
| Octal | 333 | 174 | 134 | 0 | 53 | 72 | 16 | 17 | 100 | 75 |
| Binary | 11011011 | 1111100 | 1011100 | 0 | 101011 | 111010 | 1110 | 1111 | 1000000 | 111101 |
Color Harmonies of #DB7C5C
Complementary color
Monochromatic Colors of #DB7C5C
Black with #DB7C5C
Text Example
Text Example
White with #DB7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C5C; }
p { color: rgb(219,124,92); }
H1.HeaderClassName
{
color: #DB7C5C;
}
.AnyTagClassName
{
color: #DB7C5C;
}
</style>
background-color css
<style>
a { background-color: #DB7C5C; }
a { background-color: rgb(219,124,92); }
div.DivClassName
{
background-color: #DB7C5C;
}
.BgClassName
{
background-color: #DB7C5C;
}
</style>
border-color css
<style>
span { border-color: #DB7C5C; }
span { border-color: rgb(219,124,92); }
td.TdClassName
{
border-color: #DB7C5C;
}
.TagClassName
{
border-color: #DB7C5C;
}
</style>