Shades of Terra Cotta #DB775D
Tints of Terra Cotta #DB775D
RGB
CMYK
RGB Variations
Color information
#DB775D (or 0xDB775D) is known color: Terra Cotta. HEX triplet: DB, 77 and 5D. RGB value is (219,119,93). Sum of RGB (Red+Green+Blue) = 219+119+93=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB775D is #2488A2. Grayscale: #929292. Windows color (decimal): -2394275 or 6125531. OLE color: 6125531.
HSL color Cylindrical-coordinate representation of color #DB775D: hue angle of 12.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB775D is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 93 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.14 |
| HSL | 12.38º | 0.64% | 0.61% | - |
| HSV(B) | 12.38º | 0.58% | 0.86% | - |
| XYZ | 37.79 | 29.04 | 13.97 | - |
| YUV | 145.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 93 | 0 | 0.46 | 0.58 | 0.14 | 12.38 | 0.64 | 0.61 |
| Hex | DB | 77 | 5D | 0 | 2E | 3A | E | C | 40 | 3D |
| Octal | 333 | 167 | 135 | 0 | 56 | 72 | 16 | 14 | 100 | 75 |
| Binary | 11011011 | 1110111 | 1011101 | 0 | 101110 | 111010 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DB775D
Complementary color
Monochromatic Colors of #DB775D
Black with #DB775D
Text Example
Text Example
White with #DB775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB775D; }
p { color: rgb(219,119,93); }
H1.HeaderClassName
{
color: #DB775D;
}
.AnyTagClassName
{
color: #DB775D;
}
</style>
background-color css
<style>
a { background-color: #DB775D; }
a { background-color: rgb(219,119,93); }
div.DivClassName
{
background-color: #DB775D;
}
.BgClassName
{
background-color: #DB775D;
}
</style>
border-color css
<style>
span { border-color: #DB775D; }
span { border-color: rgb(219,119,93); }
td.TdClassName
{
border-color: #DB775D;
}
.TagClassName
{
border-color: #DB775D;
}
</style>