Shades of Terra Cotta #DC775D
Tints of Terra Cotta #DC775D
RGB
CMYK
RGB Variations
Color information
#DC775D (or 0xDC775D) is known color: Terra Cotta. HEX triplet: DC, 77 and 5D. RGB value is (220,119,93). Sum of RGB (Red+Green+Blue) = 220+119+93=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775D is #2388A2. Grayscale: #929292. Windows color (decimal): -2328739 or 6125532. OLE color: 6125532.
HSL color Cylindrical-coordinate representation of color #DC775D: hue angle of 12.28º 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 #DC775D is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 93 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.14 |
| HSL | 12.28º | 0.64% | 0.61% | - |
| HSV(B) | 12.28º | 0.58% | 0.86% | - |
| XYZ | 38.09 | 29.2 | 13.98 | - |
| YUV | 146.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 93 | 0 | 0.46 | 0.58 | 0.14 | 12.28 | 0.64 | 0.61 |
| Hex | DC | 77 | 5D | 0 | 2E | 3A | E | C | 40 | 3D |
| Octal | 334 | 167 | 135 | 0 | 56 | 72 | 16 | 14 | 100 | 75 |
| Binary | 11011100 | 1110111 | 1011101 | 0 | 101110 | 111010 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DC775D
Complementary color
Monochromatic Colors of #DC775D
Black with #DC775D
Text Example
Text Example
White with #DC775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC775D; }
p { color: rgb(220,119,93); }
H1.HeaderClassName
{
color: #DC775D;
}
.AnyTagClassName
{
color: #DC775D;
}
</style>
background-color css
<style>
a { background-color: #DC775D; }
a { background-color: rgb(220,119,93); }
div.DivClassName
{
background-color: #DC775D;
}
.BgClassName
{
background-color: #DC775D;
}
</style>
border-color css
<style>
span { border-color: #DC775D; }
span { border-color: rgb(220,119,93); }
td.TdClassName
{
border-color: #DC775D;
}
.TagClassName
{
border-color: #DC775D;
}
</style>