Shades of Terra Cotta #DC745C
Tints of Terra Cotta #DC745C
RGB
CMYK
RGB Variations
Color information
#DC745C (or 0xDC745C) is known color: Terra Cotta. HEX triplet: DC, 74 and 5C. RGB value is (220,116,92). Sum of RGB (Red+Green+Blue) = 220+116+92=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC745C is #238BA3. Grayscale: #909090. Windows color (decimal): -2329508 or 6059228. OLE color: 6059228.
HSL color Cylindrical-coordinate representation of color #DC745C: hue angle of 11.25º degrees, saturation: 0.65, 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 #DC745C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.14 |
| HSL | 11.25º | 0.65% | 0.61% | - |
| HSV(B) | 11.25º | 0.58% | 0.86% | - |
| XYZ | 37.69 | 28.48 | 13.64 | - |
| YUV | 144.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 92 | 0 | 0.47 | 0.58 | 0.14 | 11.25 | 0.65 | 0.61 |
| Hex | DC | 74 | 5C | 0 | 2F | 3A | E | B | 41 | 3D |
| Octal | 334 | 164 | 134 | 0 | 57 | 72 | 16 | 13 | 101 | 75 |
| Binary | 11011100 | 1110100 | 1011100 | 0 | 101111 | 111010 | 1110 | 1011 | 1000001 | 111101 |
Color Harmonies of #DC745C
Complementary color
Monochromatic Colors of #DC745C
Black with #DC745C
Text Example
Text Example
White with #DC745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC745C; }
p { color: rgb(220,116,92); }
H1.HeaderClassName
{
color: #DC745C;
}
.AnyTagClassName
{
color: #DC745C;
}
</style>
background-color css
<style>
a { background-color: #DC745C; }
a { background-color: rgb(220,116,92); }
div.DivClassName
{
background-color: #DC745C;
}
.BgClassName
{
background-color: #DC745C;
}
</style>
border-color css
<style>
span { border-color: #DC745C; }
span { border-color: rgb(220,116,92); }
td.TdClassName
{
border-color: #DC745C;
}
.TagClassName
{
border-color: #DC745C;
}
</style>