Shades of Terra Cotta #DB765C
Tints of Terra Cotta #DB765C
RGB
CMYK
RGB Variations
Color information
#DB765C (or 0xDB765C) is known color: Terra Cotta. HEX triplet: DB, 76 and 5C. RGB value is (219,118,92). Sum of RGB (Red+Green+Blue) = 219+118+92=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB765C is #2489A3. Grayscale: #919191. Windows color (decimal): -2394532 or 6059739. OLE color: 6059739.
HSL color Cylindrical-coordinate representation of color #DB765C: hue angle of 12.28º 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 #DB765C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.14 |
| HSL | 12.28º | 0.64% | 0.61% | - |
| HSV(B) | 12.28º | 0.58% | 0.86% | - |
| XYZ | 37.62 | 28.79 | 13.7 | - |
| YUV | 145.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 92 | 0 | 0.46 | 0.58 | 0.14 | 12.28 | 0.64 | 0.61 |
| Hex | DB | 76 | 5C | 0 | 2E | 3A | E | C | 40 | 3D |
| Octal | 333 | 166 | 134 | 0 | 56 | 72 | 16 | 14 | 100 | 75 |
| Binary | 11011011 | 1110110 | 1011100 | 0 | 101110 | 111010 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DB765C
Complementary color
Monochromatic Colors of #DB765C
Black with #DB765C
Text Example
Text Example
White with #DB765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB765C; }
p { color: rgb(219,118,92); }
H1.HeaderClassName
{
color: #DB765C;
}
.AnyTagClassName
{
color: #DB765C;
}
</style>
background-color css
<style>
a { background-color: #DB765C; }
a { background-color: rgb(219,118,92); }
div.DivClassName
{
background-color: #DB765C;
}
.BgClassName
{
background-color: #DB765C;
}
</style>
border-color css
<style>
span { border-color: #DB765C; }
span { border-color: rgb(219,118,92); }
td.TdClassName
{
border-color: #DB765C;
}
.TagClassName
{
border-color: #DB765C;
}
</style>