Shades of Terra Cotta #DB795B
Tints of Terra Cotta #DB795B
RGB
CMYK
RGB Variations
Color information
#DB795B (or 0xDB795B) is known color: Terra Cotta. HEX triplet: DB, 79 and 5B. RGB value is (219,121,91). Sum of RGB (Red+Green+Blue) = 219+121+91=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB795B is #2486A4. Grayscale: #939393. Windows color (decimal): -2393765 or 5994971. OLE color: 5994971.
HSL color Cylindrical-coordinate representation of color #DB795B: hue angle of 14.06º 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 #DB795B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 91 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 14.06º | 0.64% | 0.61% | - |
| HSV(B) | 14.06º | 0.58% | 0.86% | - |
| XYZ | 37.94 | 29.49 | 13.59 | - |
| YUV | 146.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 91 | 0 | 0.45 | 0.58 | 0.14 | 14.06 | 0.64 | 0.61 |
| Hex | DB | 79 | 5B | 0 | 2D | 3A | E | E | 40 | 3D |
| Octal | 333 | 171 | 133 | 0 | 55 | 72 | 16 | 16 | 100 | 75 |
| Binary | 11011011 | 1111001 | 1011011 | 0 | 101101 | 111010 | 1110 | 1110 | 1000000 | 111101 |
Color Harmonies of #DB795B
Complementary color
Monochromatic Colors of #DB795B
Black with #DB795B
Text Example
Text Example
White with #DB795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB795B; }
p { color: rgb(219,121,91); }
H1.HeaderClassName
{
color: #DB795B;
}
.AnyTagClassName
{
color: #DB795B;
}
</style>
background-color css
<style>
a { background-color: #DB795B; }
a { background-color: rgb(219,121,91); }
div.DivClassName
{
background-color: #DB795B;
}
.BgClassName
{
background-color: #DB795B;
}
</style>
border-color css
<style>
span { border-color: #DB795B; }
span { border-color: rgb(219,121,91); }
td.TdClassName
{
border-color: #DB795B;
}
.TagClassName
{
border-color: #DB795B;
}
</style>