Shades of Terra Cotta #DB7C62
Tints of Terra Cotta #DB7C62
RGB
CMYK
RGB Variations
Color information
#DB7C62 (or 0xDB7C62) is known color: Terra Cotta. HEX triplet: DB, 7C and 62. RGB value is (219,124,98). Sum of RGB (Red+Green+Blue) = 219+124+98=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C62 is #24839D. Grayscale: #959595. Windows color (decimal): -2392990 or 6454491. OLE color: 6454491.
HSL color Cylindrical-coordinate representation of color #DB7C62: hue angle of 12.89º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB7C62 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 98 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.14 |
| HSL | 12.89º | 0.63% | 0.62% | - |
| HSV(B) | 12.89º | 0.55% | 0.86% | - |
| XYZ | 38.63 | 30.36 | 15.38 | - |
| YUV | 149.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 98 | 0 | 0.43 | 0.55 | 0.14 | 12.89 | 0.63 | 0.62 |
| Hex | DB | 7C | 62 | 0 | 2B | 37 | E | D | 3F | 3E |
| Octal | 333 | 174 | 142 | 0 | 53 | 67 | 16 | 15 | 77 | 76 |
| Binary | 11011011 | 1111100 | 1100010 | 0 | 101011 | 110111 | 1110 | 1101 | 111111 | 111110 |
Color Harmonies of #DB7C62
Complementary color
Monochromatic Colors of #DB7C62
Black with #DB7C62
Text Example
Text Example
White with #DB7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C62; }
p { color: rgb(219,124,98); }
H1.HeaderClassName
{
color: #DB7C62;
}
.AnyTagClassName
{
color: #DB7C62;
}
</style>
background-color css
<style>
a { background-color: #DB7C62; }
a { background-color: rgb(219,124,98); }
div.DivClassName
{
background-color: #DB7C62;
}
.BgClassName
{
background-color: #DB7C62;
}
</style>
border-color css
<style>
span { border-color: #DB7C62; }
span { border-color: rgb(219,124,98); }
td.TdClassName
{
border-color: #DB7C62;
}
.TagClassName
{
border-color: #DB7C62;
}
</style>