Shades of Terra Cotta #DC7764
Tints of Terra Cotta #DC7764
RGB
CMYK
RGB Variations
Color information
#DC7764 (or 0xDC7764) is known color: Terra Cotta. HEX triplet: DC, 77 and 64. RGB value is (220,119,100). Sum of RGB (Red+Green+Blue) = 220+119+100=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7764 is #23889B. Grayscale: #939393. Windows color (decimal): -2328732 or 6584284. OLE color: 6584284.
HSL color Cylindrical-coordinate representation of color #DC7764: hue angle of 9.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7764 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 100 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.14 |
| HSL | 9.5º | 0.63% | 0.63% | - |
| HSV(B) | 9.5º | 0.55% | 0.86% | - |
| XYZ | 38.41 | 29.33 | 15.69 | - |
| YUV | 147.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 100 | 0 | 0.46 | 0.55 | 0.14 | 9.5 | 0.63 | 0.63 |
| Hex | DC | 77 | 64 | 0 | 2E | 37 | E | A | 3F | 3F |
| Octal | 334 | 167 | 144 | 0 | 56 | 67 | 16 | 12 | 77 | 77 |
| Binary | 11011100 | 1110111 | 1100100 | 0 | 101110 | 110111 | 1110 | 1010 | 111111 | 111111 |
Color Harmonies of #DC7764
Complementary color
Monochromatic Colors of #DC7764
Black with #DC7764
Text Example
Text Example
White with #DC7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7764; }
p { color: rgb(220,119,100); }
H1.HeaderClassName
{
color: #DC7764;
}
.AnyTagClassName
{
color: #DC7764;
}
</style>
background-color css
<style>
a { background-color: #DC7764; }
a { background-color: rgb(220,119,100); }
div.DivClassName
{
background-color: #DC7764;
}
.BgClassName
{
background-color: #DC7764;
}
</style>
border-color css
<style>
span { border-color: #DC7764; }
span { border-color: rgb(220,119,100); }
td.TdClassName
{
border-color: #DC7764;
}
.TagClassName
{
border-color: #DC7764;
}
</style>