Shades of Terra Cotta #DC785E
Tints of Terra Cotta #DC785E
RGB
CMYK
RGB Variations
Color information
#DC785E (or 0xDC785E) is known color: Terra Cotta. HEX triplet: DC, 78 and 5E. RGB value is (220,120,94). Sum of RGB (Red+Green+Blue) = 220+120+94=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785E is #2387A1. Grayscale: #939393. Windows color (decimal): -2328482 or 6191324. OLE color: 6191324.
HSL color Cylindrical-coordinate representation of color #DC785E: hue angle of 12.38º 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 #DC785E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 94 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.14 |
| HSL | 12.38º | 0.64% | 0.62% | - |
| HSV(B) | 12.38º | 0.57% | 0.86% | - |
| XYZ | 38.25 | 29.46 | 14.26 | - |
| YUV | 146.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 94 | 0 | 0.45 | 0.57 | 0.14 | 12.38 | 0.64 | 0.62 |
| Hex | DC | 78 | 5E | 0 | 2D | 39 | E | C | 40 | 3E |
| Octal | 334 | 170 | 136 | 0 | 55 | 71 | 16 | 14 | 100 | 76 |
| Binary | 11011100 | 1111000 | 1011110 | 0 | 101101 | 111001 | 1110 | 1100 | 1000000 | 111110 |
Color Harmonies of #DC785E
Complementary color
Monochromatic Colors of #DC785E
Black with #DC785E
Text Example
Text Example
White with #DC785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC785E; }
p { color: rgb(220,120,94); }
H1.HeaderClassName
{
color: #DC785E;
}
.AnyTagClassName
{
color: #DC785E;
}
</style>
background-color css
<style>
a { background-color: #DC785E; }
a { background-color: rgb(220,120,94); }
div.DivClassName
{
background-color: #DC785E;
}
.BgClassName
{
background-color: #DC785E;
}
</style>
border-color css
<style>
span { border-color: #DC785E; }
span { border-color: rgb(220,120,94); }
td.TdClassName
{
border-color: #DC785E;
}
.TagClassName
{
border-color: #DC785E;
}
</style>