Shades of Terra Cotta #DC7A5A
Tints of Terra Cotta #DC7A5A
RGB
CMYK
RGB Variations
Color information
#DC7A5A (or 0xDC7A5A) is known color: Terra Cotta. HEX triplet: DC, 7A and 5A. RGB value is (220,122,90). Sum of RGB (Red+Green+Blue) = 220+122+90=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A5A is #2385A5. Grayscale: #939393. Windows color (decimal): -2327974 or 5929692. OLE color: 5929692.
HSL color Cylindrical-coordinate representation of color #DC7A5A: hue angle of 14.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC7A5A is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 90 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.14 |
| HSL | 14.77º | 0.65% | 0.61% | - |
| HSV(B) | 14.77º | 0.59% | 0.86% | - |
| XYZ | 38.32 | 29.87 | 13.42 | - |
| YUV | 147.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 90 | 0 | 0.45 | 0.59 | 0.14 | 14.77 | 0.65 | 0.61 |
| Hex | DC | 7A | 5A | 0 | 2D | 3B | E | F | 41 | 3D |
| Octal | 334 | 172 | 132 | 0 | 55 | 73 | 16 | 17 | 101 | 75 |
| Binary | 11011100 | 1111010 | 1011010 | 0 | 101101 | 111011 | 1110 | 1111 | 1000001 | 111101 |
Color Harmonies of #DC7A5A
Complementary color
Monochromatic Colors of #DC7A5A
Black with #DC7A5A
Text Example
Text Example
White with #DC7A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A5A; }
p { color: rgb(220,122,90); }
H1.HeaderClassName
{
color: #DC7A5A;
}
.AnyTagClassName
{
color: #DC7A5A;
}
</style>
background-color css
<style>
a { background-color: #DC7A5A; }
a { background-color: rgb(220,122,90); }
div.DivClassName
{
background-color: #DC7A5A;
}
.BgClassName
{
background-color: #DC7A5A;
}
</style>
border-color css
<style>
span { border-color: #DC7A5A; }
span { border-color: rgb(220,122,90); }
td.TdClassName
{
border-color: #DC7A5A;
}
.TagClassName
{
border-color: #DC7A5A;
}
</style>