Shades of Terra Cotta #DB7461
Tints of Terra Cotta #DB7461
RGB
CMYK
RGB Variations
Color information
#DB7461 (or 0xDB7461) is known color: Terra Cotta. HEX triplet: DB, 74 and 61. RGB value is (219,116,97). Sum of RGB (Red+Green+Blue) = 219+116+97=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7461 is #248B9E. Grayscale: #909090. Windows color (decimal): -2395039 or 6386907. OLE color: 6386907.
HSL color Cylindrical-coordinate representation of color #DB7461: hue angle of 9.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7461 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 97 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.14 |
| HSL | 9.34º | 0.63% | 0.62% | - |
| HSV(B) | 9.34º | 0.56% | 0.86% | - |
| XYZ | 37.62 | 28.41 | 14.81 | - |
| YUV | 144.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 97 | 0 | 0.47 | 0.56 | 0.14 | 9.34 | 0.63 | 0.62 |
| Hex | DB | 74 | 61 | 0 | 2F | 38 | E | 9 | 3F | 3E |
| Octal | 333 | 164 | 141 | 0 | 57 | 70 | 16 | 11 | 77 | 76 |
| Binary | 11011011 | 1110100 | 1100001 | 0 | 101111 | 111000 | 1110 | 1001 | 111111 | 111110 |
Color Harmonies of #DB7461
Complementary color
Monochromatic Colors of #DB7461
Black with #DB7461
Text Example
Text Example
White with #DB7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7461; }
p { color: rgb(219,116,97); }
H1.HeaderClassName
{
color: #DB7461;
}
.AnyTagClassName
{
color: #DB7461;
}
</style>
background-color css
<style>
a { background-color: #DB7461; }
a { background-color: rgb(219,116,97); }
div.DivClassName
{
background-color: #DB7461;
}
.BgClassName
{
background-color: #DB7461;
}
</style>
border-color css
<style>
span { border-color: #DB7461; }
span { border-color: rgb(219,116,97); }
td.TdClassName
{
border-color: #DB7461;
}
.TagClassName
{
border-color: #DB7461;
}
</style>