Shades of Terra Cotta #DC7369
Tints of Terra Cotta #DC7369
RGB
CMYK
RGB Variations
Color information
#DC7369 (or 0xDC7369) is known color: Terra Cotta. HEX triplet: DC, 73 and 69. RGB value is (220,115,105). Sum of RGB (Red+Green+Blue) = 220+115+105=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7369 is #238C96. Grayscale: #919191. Windows color (decimal): -2329751 or 6910940. OLE color: 6910940.
HSL color Cylindrical-coordinate representation of color #DC7369: hue angle of 5.22º 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 #DC7369 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 105 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 5.22º | 0.62% | 0.64% | - |
| HSV(B) | 5.22º | 0.52% | 0.86% | - |
| XYZ | 38.2 | 28.5 | 16.85 | - |
| YUV | 145.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 105 | 0 | 0.48 | 0.52 | 0.14 | 5.22 | 0.62 | 0.64 |
| Hex | DC | 73 | 69 | 0 | 30 | 34 | E | 5 | 3E | 40 |
| Octal | 334 | 163 | 151 | 0 | 60 | 64 | 16 | 5 | 76 | 100 |
| Binary | 11011100 | 1110011 | 1101001 | 0 | 110000 | 110100 | 1110 | 101 | 111110 | 1000000 |
Color Harmonies of #DC7369
Complementary color
Monochromatic Colors of #DC7369
Black with #DC7369
Text Example
Text Example
White with #DC7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7369; }
p { color: rgb(220,115,105); }
H1.HeaderClassName
{
color: #DC7369;
}
.AnyTagClassName
{
color: #DC7369;
}
</style>
background-color css
<style>
a { background-color: #DC7369; }
a { background-color: rgb(220,115,105); }
div.DivClassName
{
background-color: #DC7369;
}
.BgClassName
{
background-color: #DC7369;
}
</style>
border-color css
<style>
span { border-color: #DC7369; }
span { border-color: rgb(220,115,105); }
td.TdClassName
{
border-color: #DC7369;
}
.TagClassName
{
border-color: #DC7369;
}
</style>