Shades of Terra Cotta #DC7169
Tints of Terra Cotta #DC7169
RGB
CMYK
RGB Variations
Color information
#DC7169 (or 0xDC7169) is known color: Terra Cotta. HEX triplet: DC, 71 and 69. RGB value is (220,113,105). Sum of RGB (Red+Green+Blue) = 220+113+105=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7169 is #238E96. Grayscale: #909090. Windows color (decimal): -2330263 or 6910428. OLE color: 6910428.
HSL color Cylindrical-coordinate representation of color #DC7169: hue angle of 4.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7169 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 105 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.14 |
| HSL | 4.17º | 0.62% | 0.64% | - |
| HSV(B) | 4.17º | 0.52% | 0.86% | - |
| XYZ | 37.97 | 28.05 | 16.78 | - |
| YUV | 144.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 105 | 0 | 0.49 | 0.52 | 0.14 | 4.17 | 0.62 | 0.64 |
| Hex | DC | 71 | 69 | 0 | 31 | 34 | E | 4 | 3E | 40 |
| Octal | 334 | 161 | 151 | 0 | 61 | 64 | 16 | 4 | 76 | 100 |
| Binary | 11011100 | 1110001 | 1101001 | 0 | 110001 | 110100 | 1110 | 100 | 111110 | 1000000 |
Color Harmonies of #DC7169
Complementary color
Monochromatic Colors of #DC7169
Black with #DC7169
Text Example
Text Example
White with #DC7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7169; }
p { color: rgb(220,113,105); }
H1.HeaderClassName
{
color: #DC7169;
}
.AnyTagClassName
{
color: #DC7169;
}
</style>
background-color css
<style>
a { background-color: #DC7169; }
a { background-color: rgb(220,113,105); }
div.DivClassName
{
background-color: #DC7169;
}
.BgClassName
{
background-color: #DC7169;
}
</style>
border-color css
<style>
span { border-color: #DC7169; }
span { border-color: rgb(220,113,105); }
td.TdClassName
{
border-color: #DC7169;
}
.TagClassName
{
border-color: #DC7169;
}
</style>