Shades of Terra Cotta #DB7955
Tints of Terra Cotta #DB7955
RGB
CMYK
RGB Variations
Color information
#DB7955 (or 0xDB7955) is known color: Terra Cotta. HEX triplet: DB, 79 and 55. RGB value is (219,121,85). Sum of RGB (Red+Green+Blue) = 219+121+85=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7955 is #2486AA. Grayscale: #929292. Windows color (decimal): -2393771 or 5601755. OLE color: 5601755.
HSL color Cylindrical-coordinate representation of color #DB7955: hue angle of 16.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB7955 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 85 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.14 |
| HSL | 16.12º | 0.65% | 0.6% | - |
| HSV(B) | 16.12º | 0.61% | 0.86% | - |
| XYZ | 37.69 | 29.39 | 12.28 | - |
| YUV | 146.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 85 | 0 | 0.45 | 0.61 | 0.14 | 16.12 | 0.65 | 0.6 |
| Hex | DB | 79 | 55 | 0 | 2D | 3D | E | 10 | 41 | 3C |
| Octal | 333 | 171 | 125 | 0 | 55 | 75 | 16 | 20 | 101 | 74 |
| Binary | 11011011 | 1111001 | 1010101 | 0 | 101101 | 111101 | 1110 | 10000 | 1000001 | 111100 |
Color Harmonies of #DB7955
Complementary color
Monochromatic Colors of #DB7955
Black with #DB7955
Text Example
Text Example
White with #DB7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7955; }
p { color: rgb(219,121,85); }
H1.HeaderClassName
{
color: #DB7955;
}
.AnyTagClassName
{
color: #DB7955;
}
</style>
background-color css
<style>
a { background-color: #DB7955; }
a { background-color: rgb(219,121,85); }
div.DivClassName
{
background-color: #DB7955;
}
.BgClassName
{
background-color: #DB7955;
}
</style>
border-color css
<style>
span { border-color: #DB7955; }
span { border-color: rgb(219,121,85); }
td.TdClassName
{
border-color: #DB7955;
}
.TagClassName
{
border-color: #DB7955;
}
</style>