Shades of Terra Cotta #DC795C
Tints of Terra Cotta #DC795C
RGB
CMYK
RGB Variations
Color information
#DC795C (or 0xDC795C) is known color: Terra Cotta. HEX triplet: DC, 79 and 5C. RGB value is (220,121,92). Sum of RGB (Red+Green+Blue) = 220+121+92=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC795C is #2386A3. Grayscale: #939393. Windows color (decimal): -2328228 or 6060508. OLE color: 6060508.
HSL color Cylindrical-coordinate representation of color #DC795C: hue angle of 13.59º degrees, saturation: 0.65, 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 #DC795C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 92 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 13.59º | 0.65% | 0.61% | - |
| HSV(B) | 13.59º | 0.58% | 0.86% | - |
| XYZ | 38.28 | 29.66 | 13.83 | - |
| YUV | 147.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 92 | 0 | 0.45 | 0.58 | 0.14 | 13.59 | 0.65 | 0.61 |
| Hex | DC | 79 | 5C | 0 | 2D | 3A | E | E | 41 | 3D |
| Octal | 334 | 171 | 134 | 0 | 55 | 72 | 16 | 16 | 101 | 75 |
| Binary | 11011100 | 1111001 | 1011100 | 0 | 101101 | 111010 | 1110 | 1110 | 1000001 | 111101 |
Color Harmonies of #DC795C
Complementary color
Monochromatic Colors of #DC795C
Black with #DC795C
Text Example
Text Example
White with #DC795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC795C; }
p { color: rgb(220,121,92); }
H1.HeaderClassName
{
color: #DC795C;
}
.AnyTagClassName
{
color: #DC795C;
}
</style>
background-color css
<style>
a { background-color: #DC795C; }
a { background-color: rgb(220,121,92); }
div.DivClassName
{
background-color: #DC795C;
}
.BgClassName
{
background-color: #DC795C;
}
</style>
border-color css
<style>
span { border-color: #DC795C; }
span { border-color: rgb(220,121,92); }
td.TdClassName
{
border-color: #DC795C;
}
.TagClassName
{
border-color: #DC795C;
}
</style>