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