Shades of Terra Cotta #DC785C
Tints of Terra Cotta #DC785C
RGB
CMYK
RGB Variations
Color information
#DC785C (or 0xDC785C) is known color: Terra Cotta. HEX triplet: DC, 78 and 5C. RGB value is (220,120,92). Sum of RGB (Red+Green+Blue) = 220+120+92=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785C is #2387A3. Grayscale: #929292. Windows color (decimal): -2328484 or 6060252. OLE color: 6060252.
HSL color Cylindrical-coordinate representation of color #DC785C: hue angle of 13.12º 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 #DC785C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 92 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 13.13º | 0.65% | 0.61% | - |
| HSV(B) | 13.13º | 0.58% | 0.86% | - |
| XYZ | 38.16 | 29.42 | 13.79 | - |
| YUV | 146.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 92 | 0 | 0.45 | 0.58 | 0.14 | 13.13 | 0.65 | 0.61 |
| Hex | DC | 78 | 5C | 0 | 2D | 3A | E | D | 41 | 3D |
| Octal | 334 | 170 | 134 | 0 | 55 | 72 | 16 | 15 | 101 | 75 |
| Binary | 11011100 | 1111000 | 1011100 | 0 | 101101 | 111010 | 1110 | 1101 | 1000001 | 111101 |
Color Harmonies of #DC785C
Complementary color
Monochromatic Colors of #DC785C
Black with #DC785C
Text Example
Text Example
White with #DC785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC785C; }
p { color: rgb(220,120,92); }
H1.HeaderClassName
{
color: #DC785C;
}
.AnyTagClassName
{
color: #DC785C;
}
</style>
background-color css
<style>
a { background-color: #DC785C; }
a { background-color: rgb(220,120,92); }
div.DivClassName
{
background-color: #DC785C;
}
.BgClassName
{
background-color: #DC785C;
}
</style>
border-color css
<style>
span { border-color: #DC785C; }
span { border-color: rgb(220,120,92); }
td.TdClassName
{
border-color: #DC785C;
}
.TagClassName
{
border-color: #DC785C;
}
</style>