Shades of Terra Cotta #DB7263
Tints of Terra Cotta #DB7263
RGB
CMYK
RGB Variations
Color information
#DB7263 (or 0xDB7263) is known color: Terra Cotta. HEX triplet: DB, 72 and 63. RGB value is (219,114,99). Sum of RGB (Red+Green+Blue) = 219+114+99=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7263 is #248D9C. Grayscale: #8F8F8F. Windows color (decimal): -2395549 or 6517467. OLE color: 6517467.
HSL color Cylindrical-coordinate representation of color #DB7263: hue angle of 7.5º degrees, saturation: 0.62, 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 #DB7263 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 99 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.14 |
| HSL | 7.5º | 0.63% | 0.62% | - |
| HSV(B) | 7.5º | 0.55% | 0.86% | - |
| XYZ | 37.48 | 28 | 15.23 | - |
| YUV | 143.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 99 | 0 | 0.48 | 0.55 | 0.14 | 7.5 | 0.63 | 0.62 |
| Hex | DB | 72 | 63 | 0 | 30 | 37 | E | 8 | 3E | 3E |
| Octal | 333 | 162 | 143 | 0 | 60 | 67 | 16 | 10 | 76 | 76 |
| Binary | 11011011 | 1110010 | 1100011 | 0 | 110000 | 110111 | 1110 | 1000 | 111110 | 111110 |
Color Harmonies of #DB7263
Complementary color
Monochromatic Colors of #DB7263
Black with #DB7263
Text Example
Text Example
White with #DB7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7263; }
p { color: rgb(219,114,99); }
H1.HeaderClassName
{
color: #DB7263;
}
.AnyTagClassName
{
color: #DB7263;
}
</style>
background-color css
<style>
a { background-color: #DB7263; }
a { background-color: rgb(219,114,99); }
div.DivClassName
{
background-color: #DB7263;
}
.BgClassName
{
background-color: #DB7263;
}
</style>
border-color css
<style>
span { border-color: #DB7263; }
span { border-color: rgb(219,114,99); }
td.TdClassName
{
border-color: #DB7263;
}
.TagClassName
{
border-color: #DB7263;
}
</style>