Shades of Terra Cotta #DC785F
Tints of Terra Cotta #DC785F
RGB
CMYK
RGB Variations
Color information
#DC785F (or 0xDC785F) is known color: Terra Cotta. HEX triplet: DC, 78 and 5F. RGB value is (220,120,95). Sum of RGB (Red+Green+Blue) = 220+120+95=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785F is #2387A0. Grayscale: #939393. Windows color (decimal): -2328481 or 6256860. OLE color: 6256860.
HSL color Cylindrical-coordinate representation of color #DC785F: hue angle of 12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC785F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 95 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.14 |
| HSL | 12º | 0.64% | 0.62% | - |
| HSV(B) | 12º | 0.57% | 0.86% | - |
| XYZ | 38.3 | 29.47 | 14.5 | - |
| YUV | 147.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 95 | 0 | 0.45 | 0.57 | 0.14 | 12 | 0.64 | 0.62 |
| Hex | DC | 78 | 5F | 0 | 2D | 39 | E | C | 40 | 3E |
| Octal | 334 | 170 | 137 | 0 | 55 | 71 | 16 | 14 | 100 | 76 |
| Binary | 11011100 | 1111000 | 1011111 | 0 | 101101 | 111001 | 1110 | 1100 | 1000000 | 111110 |
Color Harmonies of #DC785F
Complementary color
Monochromatic Colors of #DC785F
Black with #DC785F
Text Example
Text Example
White with #DC785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC785F; }
p { color: rgb(220,120,95); }
H1.HeaderClassName
{
color: #DC785F;
}
.AnyTagClassName
{
color: #DC785F;
}
</style>
background-color css
<style>
a { background-color: #DC785F; }
a { background-color: rgb(220,120,95); }
div.DivClassName
{
background-color: #DC785F;
}
.BgClassName
{
background-color: #DC785F;
}
</style>
border-color css
<style>
span { border-color: #DC785F; }
span { border-color: rgb(220,120,95); }
td.TdClassName
{
border-color: #DC785F;
}
.TagClassName
{
border-color: #DC785F;
}
</style>