Shades of Terra Cotta #DC7A64
Tints of Terra Cotta #DC7A64
RGB
CMYK
RGB Variations
Color information
#DC7A64 (or 0xDC7A64) is known color: Terra Cotta. HEX triplet: DC, 7A and 64. RGB value is (220,122,100). Sum of RGB (Red+Green+Blue) = 220+122+100=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A64 is #23859B. Grayscale: #949494. Windows color (decimal): -2327964 or 6585052. OLE color: 6585052.
HSL color Cylindrical-coordinate representation of color #DC7A64: hue angle of 11º 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 #DC7A64 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 100 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.14 |
| HSL | 11º | 0.63% | 0.63% | - |
| HSV(B) | 11º | 0.55% | 0.86% | - |
| XYZ | 38.77 | 30.05 | 15.81 | - |
| YUV | 148.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 100 | 0 | 0.45 | 0.55 | 0.14 | 11 | 0.63 | 0.63 |
| Hex | DC | 7A | 64 | 0 | 2D | 37 | E | B | 3F | 3F |
| Octal | 334 | 172 | 144 | 0 | 55 | 67 | 16 | 13 | 77 | 77 |
| Binary | 11011100 | 1111010 | 1100100 | 0 | 101101 | 110111 | 1110 | 1011 | 111111 | 111111 |
Color Harmonies of #DC7A64
Complementary color
Monochromatic Colors of #DC7A64
Black with #DC7A64
Text Example
Text Example
White with #DC7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A64; }
p { color: rgb(220,122,100); }
H1.HeaderClassName
{
color: #DC7A64;
}
.AnyTagClassName
{
color: #DC7A64;
}
</style>
background-color css
<style>
a { background-color: #DC7A64; }
a { background-color: rgb(220,122,100); }
div.DivClassName
{
background-color: #DC7A64;
}
.BgClassName
{
background-color: #DC7A64;
}
</style>
border-color css
<style>
span { border-color: #DC7A64; }
span { border-color: rgb(220,122,100); }
td.TdClassName
{
border-color: #DC7A64;
}
.TagClassName
{
border-color: #DC7A64;
}
</style>