Shades of Terra Cotta #DC7A5D
Tints of Terra Cotta #DC7A5D
RGB
CMYK
RGB Variations
Color information
#DC7A5D (or 0xDC7A5D) is known color: Terra Cotta. HEX triplet: DC, 7A and 5D. RGB value is (220,122,93). Sum of RGB (Red+Green+Blue) = 220+122+93=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A5D is #2385A2. Grayscale: #949494. Windows color (decimal): -2327971 or 6126300. OLE color: 6126300.
HSL color Cylindrical-coordinate representation of color #DC7A5D: hue angle of 13.7º 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 #DC7A5D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 93 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.14 |
| HSL | 13.7º | 0.64% | 0.61% | - |
| HSV(B) | 13.7º | 0.58% | 0.86% | - |
| XYZ | 38.45 | 29.93 | 14.11 | - |
| YUV | 148 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 93 | 0 | 0.45 | 0.58 | 0.14 | 13.7 | 0.64 | 0.61 |
| Hex | DC | 7A | 5D | 0 | 2D | 3A | E | E | 40 | 3D |
| Octal | 334 | 172 | 135 | 0 | 55 | 72 | 16 | 16 | 100 | 75 |
| Binary | 11011100 | 1111010 | 1011101 | 0 | 101101 | 111010 | 1110 | 1110 | 1000000 | 111101 |
Color Harmonies of #DC7A5D
Complementary color
Monochromatic Colors of #DC7A5D
Black with #DC7A5D
Text Example
Text Example
White with #DC7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A5D; }
p { color: rgb(220,122,93); }
H1.HeaderClassName
{
color: #DC7A5D;
}
.AnyTagClassName
{
color: #DC7A5D;
}
</style>
background-color css
<style>
a { background-color: #DC7A5D; }
a { background-color: rgb(220,122,93); }
div.DivClassName
{
background-color: #DC7A5D;
}
.BgClassName
{
background-color: #DC7A5D;
}
</style>
border-color css
<style>
span { border-color: #DC7A5D; }
span { border-color: rgb(220,122,93); }
td.TdClassName
{
border-color: #DC7A5D;
}
.TagClassName
{
border-color: #DC7A5D;
}
</style>