Shades of Terra Cotta #DC795D
Tints of Terra Cotta #DC795D
RGB
CMYK
RGB Variations
Color information
#DC795D (or 0xDC795D) is known color: Terra Cotta. HEX triplet: DC, 79 and 5D. RGB value is (220,121,93). Sum of RGB (Red+Green+Blue) = 220+121+93=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC795D is #2386A2. Grayscale: #939393. Windows color (decimal): -2328227 or 6126044. OLE color: 6126044.
HSL color Cylindrical-coordinate representation of color #DC795D: hue angle of 13.23º 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 #DC795D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 93 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 13.23º | 0.64% | 0.61% | - |
| HSV(B) | 13.23º | 0.58% | 0.86% | - |
| XYZ | 38.33 | 29.68 | 14.06 | - |
| YUV | 147.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 93 | 0 | 0.45 | 0.58 | 0.14 | 13.23 | 0.64 | 0.61 |
| Hex | DC | 79 | 5D | 0 | 2D | 3A | E | D | 40 | 3D |
| Octal | 334 | 171 | 135 | 0 | 55 | 72 | 16 | 15 | 100 | 75 |
| Binary | 11011100 | 1111001 | 1011101 | 0 | 101101 | 111010 | 1110 | 1101 | 1000000 | 111101 |
Color Harmonies of #DC795D
Complementary color
Monochromatic Colors of #DC795D
Black with #DC795D
Text Example
Text Example
White with #DC795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC795D; }
p { color: rgb(220,121,93); }
H1.HeaderClassName
{
color: #DC795D;
}
.AnyTagClassName
{
color: #DC795D;
}
</style>
background-color css
<style>
a { background-color: #DC795D; }
a { background-color: rgb(220,121,93); }
div.DivClassName
{
background-color: #DC795D;
}
.BgClassName
{
background-color: #DC795D;
}
</style>
border-color css
<style>
span { border-color: #DC795D; }
span { border-color: rgb(220,121,93); }
td.TdClassName
{
border-color: #DC795D;
}
.TagClassName
{
border-color: #DC795D;
}
</style>