Shades of Terra Cotta #DB7150
Tints of Terra Cotta #DB7150
RGB
CMYK
RGB Variations
Color information
#DB7150 (or 0xDB7150) is known color: Terra Cotta. HEX triplet: DB, 71 and 50. RGB value is (219,113,80). Sum of RGB (Red+Green+Blue) = 219+113+80=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7150 is #248EAF. Grayscale: #8D8D8D. Windows color (decimal): -2395824 or 5272027. OLE color: 5272027.
HSL color Cylindrical-coordinate representation of color #DB7150: hue angle of 14.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7150 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 80 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.14 |
| HSL | 14.24º | 0.66% | 0.59% | - |
| HSV(B) | 14.24º | 0.63% | 0.86% | - |
| XYZ | 36.57 | 27.45 | 10.96 | - |
| YUV | 140.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 80 | 0 | 0.48 | 0.63 | 0.14 | 14.24 | 0.66 | 0.59 |
| Hex | DB | 71 | 50 | 0 | 30 | 3F | E | E | 42 | 3B |
| Octal | 333 | 161 | 120 | 0 | 60 | 77 | 16 | 16 | 102 | 73 |
| Binary | 11011011 | 1110001 | 1010000 | 0 | 110000 | 111111 | 1110 | 1110 | 1000010 | 111011 |
Color Harmonies of #DB7150
Complementary color
Monochromatic Colors of #DB7150
Black with #DB7150
Text Example
Text Example
White with #DB7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7150; }
p { color: rgb(219,113,80); }
H1.HeaderClassName
{
color: #DB7150;
}
.AnyTagClassName
{
color: #DB7150;
}
</style>
background-color css
<style>
a { background-color: #DB7150; }
a { background-color: rgb(219,113,80); }
div.DivClassName
{
background-color: #DB7150;
}
.BgClassName
{
background-color: #DB7150;
}
</style>
border-color css
<style>
span { border-color: #DB7150; }
span { border-color: rgb(219,113,80); }
td.TdClassName
{
border-color: #DB7150;
}
.TagClassName
{
border-color: #DB7150;
}
</style>