Shades of Terra Cotta #DB795C
Tints of Terra Cotta #DB795C
RGB
CMYK
RGB Variations
Color information
#DB795C (or 0xDB795C) is known color: Terra Cotta. HEX triplet: DB, 79 and 5C. RGB value is (219,121,92). Sum of RGB (Red+Green+Blue) = 219+121+92=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB795C is #2486A3. Grayscale: #939393. Windows color (decimal): -2393764 or 6060507. OLE color: 6060507.
HSL color Cylindrical-coordinate representation of color #DB795C: hue angle of 13.7º 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 #DB795C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 92 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 13.7º | 0.64% | 0.61% | - |
| HSV(B) | 13.7º | 0.58% | 0.86% | - |
| XYZ | 37.98 | 29.51 | 13.82 | - |
| YUV | 147 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 92 | 0 | 0.45 | 0.58 | 0.14 | 13.7 | 0.64 | 0.61 |
| Hex | DB | 79 | 5C | 0 | 2D | 3A | E | E | 40 | 3D |
| Octal | 333 | 171 | 134 | 0 | 55 | 72 | 16 | 16 | 100 | 75 |
| Binary | 11011011 | 1111001 | 1011100 | 0 | 101101 | 111010 | 1110 | 1110 | 1000000 | 111101 |
Color Harmonies of #DB795C
Complementary color
Monochromatic Colors of #DB795C
Black with #DB795C
Text Example
Text Example
White with #DB795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB795C; }
p { color: rgb(219,121,92); }
H1.HeaderClassName
{
color: #DB795C;
}
.AnyTagClassName
{
color: #DB795C;
}
</style>
background-color css
<style>
a { background-color: #DB795C; }
a { background-color: rgb(219,121,92); }
div.DivClassName
{
background-color: #DB795C;
}
.BgClassName
{
background-color: #DB795C;
}
</style>
border-color css
<style>
span { border-color: #DB795C; }
span { border-color: rgb(219,121,92); }
td.TdClassName
{
border-color: #DB795C;
}
.TagClassName
{
border-color: #DB795C;
}
</style>