Shades of Terra Cotta #DB7269
Tints of Terra Cotta #DB7269
RGB
CMYK
RGB Variations
Color information
#DB7269 (or 0xDB7269) is known color: Terra Cotta. HEX triplet: DB, 72 and 69. RGB value is (219,114,105). Sum of RGB (Red+Green+Blue) = 219+114+105=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7269 is #248D96. Grayscale: #909090. Windows color (decimal): -2395543 or 6910683. OLE color: 6910683.
HSL color Cylindrical-coordinate representation of color #DB7269: hue angle of 4.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7269 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 105 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 4.74º | 0.61% | 0.64% | - |
| HSV(B) | 4.74º | 0.52% | 0.86% | - |
| XYZ | 37.78 | 28.11 | 16.8 | - |
| YUV | 144.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 105 | 0 | 0.48 | 0.52 | 0.14 | 4.74 | 0.61 | 0.64 |
| Hex | DB | 72 | 69 | 0 | 30 | 34 | E | 5 | 3D | 40 |
| Octal | 333 | 162 | 151 | 0 | 60 | 64 | 16 | 5 | 75 | 100 |
| Binary | 11011011 | 1110010 | 1101001 | 0 | 110000 | 110100 | 1110 | 101 | 111101 | 1000000 |
Color Harmonies of #DB7269
Complementary color
Monochromatic Colors of #DB7269
Black with #DB7269
Text Example
Text Example
White with #DB7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7269; }
p { color: rgb(219,114,105); }
H1.HeaderClassName
{
color: #DB7269;
}
.AnyTagClassName
{
color: #DB7269;
}
</style>
background-color css
<style>
a { background-color: #DB7269; }
a { background-color: rgb(219,114,105); }
div.DivClassName
{
background-color: #DB7269;
}
.BgClassName
{
background-color: #DB7269;
}
</style>
border-color css
<style>
span { border-color: #DB7269; }
span { border-color: rgb(219,114,105); }
td.TdClassName
{
border-color: #DB7269;
}
.TagClassName
{
border-color: #DB7269;
}
</style>