Shades of Terra Cotta #DB7A55
Tints of Terra Cotta #DB7A55
RGB
CMYK
RGB Variations
Color information
#DB7A55 (or 0xDB7A55) is known color: Terra Cotta. HEX triplet: DB, 7A and 55. RGB value is (219,122,85). Sum of RGB (Red+Green+Blue) = 219+122+85=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A55 is #2485AA. Grayscale: #939393. Windows color (decimal): -2393515 or 5602011. OLE color: 5602011.
HSL color Cylindrical-coordinate representation of color #DB7A55: hue angle of 16.57º 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 #DB7A55 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 85 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.14 |
| HSL | 16.57º | 0.65% | 0.6% | - |
| HSV(B) | 16.57º | 0.61% | 0.86% | - |
| XYZ | 37.81 | 29.64 | 12.32 | - |
| YUV | 146.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 85 | 0 | 0.44 | 0.61 | 0.14 | 16.57 | 0.65 | 0.6 |
| Hex | DB | 7A | 55 | 0 | 2C | 3D | E | 11 | 41 | 3C |
| Octal | 333 | 172 | 125 | 0 | 54 | 75 | 16 | 21 | 101 | 74 |
| Binary | 11011011 | 1111010 | 1010101 | 0 | 101100 | 111101 | 1110 | 10001 | 1000001 | 111100 |
Color Harmonies of #DB7A55
Complementary color
Monochromatic Colors of #DB7A55
Black with #DB7A55
Text Example
Text Example
White with #DB7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A55; }
p { color: rgb(219,122,85); }
H1.HeaderClassName
{
color: #DB7A55;
}
.AnyTagClassName
{
color: #DB7A55;
}
</style>
background-color css
<style>
a { background-color: #DB7A55; }
a { background-color: rgb(219,122,85); }
div.DivClassName
{
background-color: #DB7A55;
}
.BgClassName
{
background-color: #DB7A55;
}
</style>
border-color css
<style>
span { border-color: #DB7A55; }
span { border-color: rgb(219,122,85); }
td.TdClassName
{
border-color: #DB7A55;
}
.TagClassName
{
border-color: #DB7A55;
}
</style>