Shades of Terra Cotta #DB7062
Tints of Terra Cotta #DB7062
RGB
CMYK
RGB Variations
Color information
#DB7062 (or 0xDB7062) is known color: Terra Cotta. HEX triplet: DB, 70 and 62. RGB value is (219,112,98). Sum of RGB (Red+Green+Blue) = 219+112+98=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7062 is #248F9D. Grayscale: #8E8E8E. Windows color (decimal): -2396062 or 6451419. OLE color: 6451419.
HSL color Cylindrical-coordinate representation of color #DB7062: hue angle of 6.94º 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 #DB7062 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 98 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.14 |
| HSL | 6.94º | 0.63% | 0.62% | - |
| HSV(B) | 6.94º | 0.55% | 0.86% | - |
| XYZ | 37.21 | 27.53 | 14.91 | - |
| YUV | 142.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 98 | 0 | 0.49 | 0.55 | 0.14 | 6.94 | 0.63 | 0.62 |
| Hex | DB | 70 | 62 | 0 | 31 | 37 | E | 7 | 3F | 3E |
| Octal | 333 | 160 | 142 | 0 | 61 | 67 | 16 | 7 | 77 | 76 |
| Binary | 11011011 | 1110000 | 1100010 | 0 | 110001 | 110111 | 1110 | 111 | 111111 | 111110 |
Color Harmonies of #DB7062
Complementary color
Monochromatic Colors of #DB7062
Black with #DB7062
Text Example
Text Example
White with #DB7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7062; }
p { color: rgb(219,112,98); }
H1.HeaderClassName
{
color: #DB7062;
}
.AnyTagClassName
{
color: #DB7062;
}
</style>
background-color css
<style>
a { background-color: #DB7062; }
a { background-color: rgb(219,112,98); }
div.DivClassName
{
background-color: #DB7062;
}
.BgClassName
{
background-color: #DB7062;
}
</style>
border-color css
<style>
span { border-color: #DB7062; }
span { border-color: rgb(219,112,98); }
td.TdClassName
{
border-color: #DB7062;
}
.TagClassName
{
border-color: #DB7062;
}
</style>